Skip to content

Commit 82654e4

Browse files
committed
CollectFields() produces many _field set_
1 parent 5990d1c commit 82654e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ fragment ExampleFragment on Query {
435435
}
436436
```
437437

438-
The depth-first-search order of the _field set_ produced by {CollectFields()} is
439-
maintained through execution, ensuring that fields appear in the executed
438+
The depth-first-search order of each _field set_ produced by {CollectFields()}
439+
is maintained through execution, ensuring that fields appear in the executed
440440
response in a stable and predictable order.
441441

442442
CollectFields(objectType, selectionSet, variableValues, visitedFragments):

0 commit comments

Comments
 (0)