Skip to content

Commit

Permalink
Fix typo in Handling Field Errors (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinnou authored Jul 1, 2021
1 parent fdeb37d commit ae1bab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ field.
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.
propagated to its parent field.

If a `List` type wraps a `Non-Null` type, and one of the elements of that list
resolves to {null}, then the entire list must resolve to {null}.
Expand Down

0 comments on commit ae1bab6

Please sign in to comment.