File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2212,8 +2212,8 @@ directive @defer(
2212
2212
The `@defer ` directive may be provided on a fragment spread or inline fragment
2213
2213
to indicate that execution of the related selection set should be deferred . When
2214
2214
a request includes the `@defer ` directive , it may return an _incremental stream_
2215
- consisting of an _initial response payload_ containing all non -deferred data ,
2216
- followed by one or more _subsequent response payload_ including the deferred
2215
+ consisting of an _initial execution result_ containing all non -deferred data ,
2216
+ followed by one or more _subsequent exection result_ including the deferred
2217
2217
data .
2218
2218
2219
2219
The `@include ` and `@skip ` directives take precedence over `@defer `.
@@ -2257,9 +2257,9 @@ directive @stream(
2257
2257
2258
2258
The `@stream ` directive may be provided for a field whose type incorporates a
2259
2259
`List ` type modifier . The directive enables returning a partial list initially ,
2260
- followed by additional items in subsequent payloads . If the field type
2261
- incorporates multiple `List ` type modifiers , only the outermost list is
2262
- streamed .
2260
+ followed by additional items in one or more _subsequent exection result_ . If the
2261
+ field type incorporates multiple `List ` type modifiers , only the outermost list
2262
+ is streamed .
2263
2263
2264
2264
Note : The mechanism through which items are streamed is implementation -defined
2265
2265
and may use technologies such as asynchronous iterators .
You can’t perform that action at this time.
0 commit comments