Skip to content

Commit 391caaa

Browse files
committed
_subsequent execution result_ > _execution update result_
1 parent fda62fc commit 391caaa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

spec/Section 3 -- Type System.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2344,8 +2344,7 @@ The `@defer` directive may be provided on a fragment spread or inline fragment
23442344
to indicate that execution of the related selection set should be deferred. When
23452345
a request includes the `@defer` directive, it may return an _incremental stream_
23462346
consisting of an _initial execution result_ containing all non-deferred data,
2347-
followed by one or more _subsequent execution result_ including the deferred
2348-
data.
2347+
followed by one or more _execution update result_ including the deferred data.
23492348

23502349
The `@include` and `@skip` directives take precedence over `@defer`.
23512350

@@ -2388,9 +2387,9 @@ directive @stream(
23882387

23892388
The `@stream` directive may be provided for a field whose type incorporates a
23902389
`List` type modifier. The directive enables returning a partial list initially,
2391-
followed by additional items in one or more _subsequent execution result_. If
2392-
the field type incorporates multiple `List` type modifiers, only the outermost
2393-
list is streamed.
2390+
followed by additional items in one or more _execution update result_. If the
2391+
field type incorporates multiple `List` type modifiers, only the outermost list
2392+
is streamed.
23942393

23952394
Note: The mechanism through which items are streamed is implementation-defined
23962395
and may use technologies such as asynchronous iterators.

0 commit comments

Comments
 (0)