-
Notifications
You must be signed in to change notification settings - Fork 823
error - Unknown operation named 'IntrospectionQuery'. #1579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @smarcet, can you provide a minimum reproducible example? Blindly guessing from this, it could be related to your webview (for example |
@erikwrede i have more info |
Ah, I see. This seems to be a GraphiQL issue, and your authorization is set up for the GraphQL endpoint. I'm not sure GraphiQL is customizable to that extent in the pre-provided version. For these cases, I prefer to host GraphiQL separately and build my own GraphiQL using the Graphiql toolkit / react components: https://github.com/graphql/graphiql. This sandbox I found online provides a good starting point: https://codesandbox.io/p/sandbox/graphiql-example-dlddnq?file=/src/index.tsx:17,42 Customize the fetcher to fit your token needs or pre-provide the schema to the |
many thanks! |
i updated the libs from former version ( from 2.x to 3.x )
and when i tried to access to graphl explorer i got following initial error
Unknown operation named 'IntrospectionQuery'.
The text was updated successfully, but these errors were encountered: