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
@yellowiscool It's expected behavior.
You can pass parsing stage by omitting curly brackets type Query but you GraphQL still errors if you try to execute queries against such schema.
Hei,
I have a very simple schema with only mutations. The server library I use requires a query type to be defined, so I defined an empty Query type.
This is my very simple schema:
And the error when I try to parse it:
GraphQL Version : 0.13.2
The text was updated successfully, but these errors were encountered: