The effect of fields declared as non-null being null in a result is to make the entire set of fields null.
This is different from non-null input values, where the non-nullability means the input argument is required.
https://facebook.github.io/graphql/#sec-Nullability
The effect of fields declared as non-null being null in a result is to make the entire set of fields null.
This is different from non-null input values, where the non-nullability means the input argument is required.
https://facebook.github.io/graphql/#sec-Nullability