Skip to content

Commit adee896

Browse files
authored
Update 'Field Collection' explanation (#765)
1 parent c43d2f7 commit adee896

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
@@ -452,8 +452,8 @@ A correct executor must generate the following result for that selection set:
452452
Before execution, the selection set is converted to a grouped field set by
453453
calling {CollectFields()}. Each entry in the grouped field set is a list of
454454
fields that share a response key (the alias if defined, otherwise the field
455-
name). This ensures all fields with the same response key included via
456-
referenced fragments are executed at the same time.
455+
name). This ensures all fields with the same response key (including those
456+
in referenced fragments) are executed at the same time.
457457

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

0 commit comments

Comments
 (0)