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. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Found this potentially relevant discussion: dotansimha/graphql-code-generator#4408 |
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
-
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?Beta Was this translation helpful? Give feedback.
All reactions