File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ that behaves identically to Non-Null with two exceptions:
85852. When the _error behavior_ of the request is {"PROPAGATE" }, this _response
8686 position_ must be exposed as nullable in introspection.
8787
88- ### Changes: Handling Execution Errors
88+ ### Changes to Handling Execution Errors
8989
9090When interpreting the
9191[Handling Execution Errors](#sec-Handling-Execution-Errors) and
@@ -95,7 +95,7 @@ if they were nullable types. This does not apply to {CompleteValue()} which
9595should still raise an _execution error_ if {null } is returned for a Transitional
9696Non -Null type .
9797
98- ### Changes: Introspection
98+ ### Changes to Introspection
9999
100100Note : Transitional Non -Null types do not appear in the type system as a distinct
101101\_ \_TypeKind . They are unwrapped to nullable types in introspection when the
@@ -122,7 +122,7 @@ The list must match the `levels` that would be passed to `@noPropagate` to
122122describe the field ’s transitional Non -Null wrappers , or `null ` if no
123123`@noPropagate ` would be needed . It must not be an empty list .
124124
125- ### Changes: Type System
125+ ### Changes to the Type System
126126
127127When representing a GraphQL schema using the type system definition language,
128128any field whose return type involves Transitional Non-Null types must indicate
You can’t perform that action at this time.
0 commit comments