Skip to content

Commit

Permalink
Update 'Field Collection' explanation (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
dugenkui03 committed Apr 8, 2021
1 parent c43d2f7 commit adee896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ A correct executor must generate the following result for that selection set:
Before execution, the selection set is converted to a grouped field set by
calling {CollectFields()}. Each entry in the grouped field set is a list of
fields that share a response key (the alias if defined, otherwise the field
name). This ensures all fields with the same response key included via
referenced fragments are executed at the same time.
name). This ensures all fields with the same response key (including those
in referenced fragments) are executed at the same time.

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

0 comments on commit adee896

Please sign in to comment.