Skip to content

Commit 0b9eed7

Browse files
committed
Remove reason from definition
1 parent 48a789b commit 0b9eed7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

spec/Section 6 -- Execution.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,13 +365,12 @@ serial):
365365

366366
### Field Collection
367367

368-
Before execution, the _selection set_ is converted to a _grouped field set_ by
369-
calling {CollectFields()}.
370-
371368
:: A _grouped field set_ is a map where each entry is a list of field selections
372369
that share a _response key_ (the alias if defined, otherwise the field name).
373-
This ensures all fields with the same response key (including those in
374-
referenced fragments) are executed at the same time.
370+
371+
Before execution, the _selection set_ is converted to a _grouped field set_ by
372+
calling {CollectFields()}. This ensures all fields with the same response key
373+
(including those in referenced fragments) are executed at the same time.
375374

376375
As an example, collecting the fields of this selection set would collect two
377376
instances of the field `a` and one of field `b`:

0 commit comments

Comments
 (0)