I don't see any queries, but I can see them with GraphQl Network #1662
Unanswered
stephane303
asked this question in
Q&A
Replies: 1 comment
-
Hey @stephane303 👋 Are you using We want to do this soonish, but are in the midst of working on Apollo Client 4.0 which has taken our focus and prioritization. For now, GraphQL Network is your best bet if you need to track individual queries made with |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
When using GraphQl Network (https://chromewebstore.google.com/detail/graphql-network-inspector/ndlbedplllcgconngcnfmkadhokfaaln), I can see my queries:

And when using Apollo-Client-Devtools ( after having disabled GraphQl Network), i do not get any query, for the same page:

I am using "@apollo/client": "^3.12.9"
Apollo Client Devtools: 4.19.11
What can I do ?
Beta Was this translation helpful? Give feedback.
All reactions