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
{{ message }}
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
Currently if a non-null field is no specified in the mutation, the mutation will still execute even though it should return an error.
http://facebook.github.io/graphql/#sec-Non-Null
GraphiQL will indicate that the query is bad, but it will still submit it and the query will get executed.