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:
452452Before execution, the selection set is converted to a grouped field set by
453453calling {CollectFields()}. Each entry in the grouped field set is a list of
454454fields 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
458458As an example, collecting the fields of this selection set would collect two
459459instances of the field ` a ` and one of field ` b ` :
You can’t perform that action at this time.
0 commit comments