This repository was archived by the owner on Jul 25, 2024. It is now read-only.
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
Mutations: When non-null fields are not specified, the query should report errors #56
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels