Skip to content

Commit f844dab

Browse files
committed
Missed a bit
1 parent 27ab6a1 commit f844dab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/Section 6 -- Execution.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,8 @@ handled by the parent field. If the parent field may be {null} then it resolves
801801
to {null}, otherwise if it is a `Non-Null` type, the field error is further
802802
propagated to its parent field.
803803

804-
If a `List` type wraps a `Non-Null` type, and one of the elements of that list
804+
If a `List` type wraps a `Non-Null` type, the operation does not provide the
805+
`@disableErrorPropagation` directive, and one of the elements of that list
805806
resolves to {null}, then the entire list must resolve to {null}. If the `List`
806807
type is also wrapped in a `Non-Null` and the operation does not provide the
807808
`@disableErrorPropagation` directive, the field error continues to propagate

0 commit comments

Comments
 (0)