skipBatching passed to query context options prevents the query request itself? #1861
Unanswered
jwittekind
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently discovered that some of my requests which are supposed to be fetched as an isolated request do not get fired.
If i disable the skipBatching option in my context options it seems to work again - but they gat batched.
I read the apollo-angular docs about batchOptions but honestly, i maybe didn't get what i may do wrong.
https://the-guild.dev/graphql/apollo-angular/docs/data/network#batchoptions
This is what my code looks like:
I don't get a log statement, and i don't see any network requests in my dev tools.
Beta Was this translation helpful? Give feedback.
All reactions