File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -452,8 +452,8 @@ A correct executor must generate the following result for that selection set:
452
452
Before execution, the selection set is converted to a grouped field set by
453
453
calling {CollectFields()}. Each entry in the grouped field set is a list of
454
454
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.
457
457
458
458
As an example, collecting the fields of this selection set would collect two
459
459
instances of the field ` a ` and one of field ` b ` :
You can’t perform that action at this time.
0 commit comments