Can the extension support GraphQL that is sent over GET? #82
luke-denton-aligent
started this conversation in
Ideas
Replies: 1 comment 2 replies
|
I recently made a PR that detects GET/Persisted Query requests #81. But because each framework has its own implementation, what I have done may not work for you. If that's the case, are you able to provide an example of a GET request (url + headers) that should work? So that I can tweak the code to make it work. |
2 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.
We enable "use get for queries" in Apollo, which I think is preventing those queries from appearing in the inspector..
All reactions