We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3a6ca commit 27ab6a1Copy full SHA for 27ab6a1
spec/Section 3 -- Type System.md
@@ -2258,7 +2258,7 @@ directive @disableErrorPropagation on QUERY | MUTATION | SUBSCRIPTION
2258
The `@disableErrorPropagation` _built-in directive_ may be provided on query,
2259
mutation and subscription operations, and disables the error propagation
2260
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.
+treating all Non-Null types as if they were instead Semantic-Non-Null types.
2262
2263
Note: This is useful for clients that still wish to receive sibling fields when
2264
an error on a Non-Null value occurs. Effectively, `@disableErrorPropagation`
0 commit comments