Skip to content

Commit 27ab6a1

Browse files
committed
Rename Null-Only-On-Error to Semantic-Non-Null
1 parent ac3a6ca commit 27ab6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@ directive @disableErrorPropagation on QUERY | MUTATION | SUBSCRIPTION
22582258
The `@disableErrorPropagation` _built-in directive_ may be provided on query,
22592259
mutation and subscription operations, and disables the error propagation
22602260
behavior described in [Handling Field Errors](#sec-Handling-Field-Errors) by
2261-
treating all Non-Null types as if they were instead Null-Only-On-Error types.
2261+
treating all Non-Null types as if they were instead Semantic-Non-Null types.
22622262

22632263
Note: This is useful for clients that still wish to receive sibling fields when
22642264
an error on a Non-Null value occurs. Effectively, `@disableErrorPropagation`

0 commit comments

Comments
 (0)