Slide 41
Slide 41 text
仕様書に書いてある。
https://spec.graphql.org/June2018/#sec-Errors-and-
Non-Nullability
https://spec.graphql.org/June2018/#sec-Combining-
List-and-Non-Null
Since Non-Null type fields cannot be null, field errors
are propagated to be handled by the parent field. If the
parent field may be null then it resolves to null,
otherwise if it is a Non-Null type, the field error is
further propagated to it’s parent field.