You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And in the app console I can see the following error: graphql.GraphQL : Executing request. operation name: null. Request: {"query":"{\n\n\n\tbook (id: \"111\"){\n\t\tisn\n\t\ttitle\n\t\tauthors\n\t}\n\n\n}","variables":null,"operationName":null}
It seems that GraphiQL add "query" at the top of the request.
The text was updated successfully, but these errors were encountered:
How can I use GraphiQL to query?
I can query using Postman, but GraphiQL show and error:
And in the app console I can see the following error:
graphql.GraphQL : Executing request. operation name: null. Request: {"query":"{\n\n\n\tbook (id: \"111\"){\n\t\tisn\n\t\ttitle\n\t\tauthors\n\t}\n\n\n}","variables":null,"operationName":null}
It seems that GraphiQL add "query" at the top of the request.
The text was updated successfully, but these errors were encountered: