File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -801,7 +801,8 @@ handled by the parent field. If the parent field may be {null} then it resolves
801801to {null}, otherwise if it is a ` Non-Null ` type, the field error is further
802802propagated 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
805806resolves to {null}, then the entire list must resolve to {null}. If the ` List `
806807type is also wrapped in a ` Non-Null ` and the operation does not provide the
807808` @disableErrorPropagation ` directive, the field error continues to propagate
You can’t perform that action at this time.
0 commit comments