Skip to content

Commit 872d58a

Browse files
committed
Tweak titles
1 parent ab61cd7 commit 872d58a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Appendix C -- Transitional Non-Null.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ that behaves identically to Non-Null with two exceptions:
8585
2. 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

9090
When 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
9595
should still raise an _execution error_ if {null} is returned for a Transitional
9696
Non-Null type.
9797

98-
### Changes: Introspection
98+
### Changes to Introspection
9999

100100
Note: 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
122122
describe the fields 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

127127
When representing a GraphQL schema using the type system definition language,
128128
any field whose return type involves Transitional Non-Null types must indicate

0 commit comments

Comments
 (0)