Skip to content

Commit 48a789b

Browse files
committed
More similar to prior wording
1 parent 383cf8e commit 48a789b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 6 -- Execution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@ Before execution, the _selection set_ is converted to a _grouped field set_ by
369369
calling {CollectFields()}.
370370

371371
:: A _grouped field set_ is a map where each entry is a list of field selections
372-
(including those in referenced fragments) that share a _response key_ (the alias
373-
if defined, otherwise the field name). This ensures all fields with the same
374-
_response key_ are executed at the same time.
372+
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.
375375

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

0 commit comments

Comments
 (0)