Make the operationName parameter optional when fetching graphql schema #3770
Unanswered
MENGKONGSEAN
asked this question in
Ideas
Replies: 2 comments
|
Welcome @MENGKONGSEAN, seems like it would have to be a flag under preferences to disable this additional field. |
0 replies
|
Found this potentially relevant discussion: dotansimha/graphql-code-generator#4408 |
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.
Describe the bug
when I click fetch schema graphql it occurs error because of query we not support
"operationName":"IntrospectionQuery"To Reproduce
Just fetch from in graphql
Expected behavior

Should retrieve data.
Screenshots
Desktop (please complete the following information):
Additional context
how to remove
"operationName":"IntrospectionQuery"from query fetch schema?All reactions