@@ -326,8 +326,8 @@ field that is not known to be complete. Clients should expect the GraphQL
326
326
Service to incrementally deliver the remainder of indicated list field. When the
327
327
Pending Result is associated with a ` @defer ` directive, it indicates that the
328
328
response fields contained in the deferred fragment are not known to be complete.
329
- Clients should expect the the GraphQL Service to incrementally deliver the
330
- remainder of the fields contained in the deferred fragment.
329
+ Clients should expect the GraphQL Service to incrementally deliver the remainder
330
+ of the fields contained in the deferred fragment.
331
331
332
332
If the associated ` @defer ` or ` @stream ` directive contains a ` label ` argument,
333
333
the Pending Result must contain an entry ` label ` with the value of this
@@ -370,9 +370,9 @@ An Incremental List Result's `id` entry must match the `id` that was returned in
370
370
a prior Pending Result. This Pending Result must be associated with a ` @stream `
371
371
directive.
372
372
373
- The Incremental List Result's ` path ` can be determined using the prior Pending
373
+ The Incremental List Result's path can be determined using the prior Pending
374
374
Result with the same ` id ` as this Incremental Result. The Incremental List
375
- Result's ` path ` is the same as the Pending Result's ` path ` .
375
+ Result's path is the same as the Pending Result's ` path ` .
376
376
377
377
Every Incremental List Result must contain an ` items ` entry. The ` items ` entry
378
378
must contain a list of additional list items for the response field at the
@@ -393,27 +393,27 @@ the "Errors" section.
393
393
394
394
** Incremental Object Result Format**
395
395
396
- An Incremental List Result's ` id ` entry must match the ` id ` that was returned in
397
- a prior Pending Result. This Pending Result must be associated with a ` @defer `
398
- directive.
396
+ An Incremental Object Result's ` id ` entry must match the ` id ` that was returned
397
+ in a prior Pending Result. This Pending Result must be associated with a
398
+ ` @defer ` directive.
399
399
400
- The Incremental Object Result's ` path ` can be determined using the prior Pending
400
+ The Incremental Object Result's path can be determined using the prior Pending
401
401
Result with the same ` id ` as this Incremental Result. The Incremental Object
402
402
Result may contain a ` subPath ` entry. If the ` subPath ` entry is present, The
403
- Incremental Object Record 's path can be determined by concatenating the Pending
403
+ Incremental Object Result 's path can be determined by concatenating the Pending
404
404
Result's ` path ` with this ` subPath ` . If no ` subPath ` entry is present, the path
405
405
is the same as the Pending Result's ` path ` .
406
406
407
- Every Incremental Object Result must contain an ` data ` entry. The ` data ` entry
407
+ Every Incremental Object Result must contain a ` data ` entry. The ` data ` entry
408
408
must contain a map of additional response fields. The ` data ` entry in an
409
409
Incremental Object Result will be of the type of a particular field in the
410
- GraphQL result. The Incremental Object Result's ` path ` will contain the path
410
+ GraphQL result. The Incremental Object Result's path will contain the path
411
411
segments of the field this data is associated with.
412
412
413
413
An Incremental Object Result's data may contain response fields that were
414
414
contained in more than one deferred fragments. In that case, the ` id ` of the
415
415
Incremental Object Result must point to the Pending Result that results in the
416
- shortest ` subPath ` .
416
+ shortest path .
417
417
418
418
If any field errors were raised during the execution of the results in ` data `
419
419
and these errors propagated to a path higher than the Incremental Object
0 commit comments