@@ -2343,8 +2343,9 @@ directive @defer(
23432343The `@defer ` directive may be provided on a fragment spread or inline fragment
23442344to indicate that execution of the related selection set should be deferred . When
23452345a request includes the `@defer ` directive , it may return an _incremental stream_
2346- consisting of an _initial response_ containing all non -deferred data , followed
2347- by one or more _subsequent payloads_ including the deferred data .
2346+ consisting of an _initial response payload_ containing all non -deferred data ,
2347+ followed by one or more _subsequent response payload_ including the deferred
2348+ data .
23482349
23492350The `@include ` and `@skip ` directives take precedence over `@defer `.
23502351
@@ -2438,8 +2439,8 @@ control over their application's performance. It is highly recommended that
24382439GraphQL services honor the `@defer ` and `@stream ` directives on each execution .
24392440However , the specification allows advanced use cases where the service can
24402441determine that it is more performant to not defer and /or stream . Therefore ,
2441- GraphQL clients _must_ be able to process a _response_ or _incremental stream_
2442- that ignores individual `@defer ` and /or `@stream ` directives . This also applies
2443- to the ` initialCount ` argument on the `@stream ` directive . Clients must be able
2444- to process a streamed field result that contains more initial list items than
2445- what was specified in the `initialCount ` argument .
2442+ GraphQL clients _must_ be able to process a _response_ that ignores individual
2443+ `@defer ` and /or `@stream ` directives . This also applies to the ` initialCount `
2444+ argument on the `@stream ` directive . Clients must be able to process a streamed
2445+ field result that contains more initial list items than what was specified in
2446+ the `initialCount ` argument .
0 commit comments