galapagos icon indicating copy to clipboard operation
galapagos copied to clipboard

Non-null fields in results

Open jstaffans opened this issue 10 years ago • 0 comments

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

jstaffans avatar Sep 26 '15 08:09 jstaffans