File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -365,13 +365,12 @@ serial):
365
365
366
366
### Field Collection
367
367
368
- Before execution, the _ selection set_ is converted to a _ grouped field set_ by
369
- calling {CollectFields()}.
370
-
371
368
:: A _ grouped field set_ is a map where each entry is a list of field selections
372
369
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.
370
+
371
+ Before execution, the _ selection set_ is converted to a _ grouped field set_ by
372
+ calling {CollectFields()}. This ensures all fields with the same response key
373
+ (including those in referenced fragments) are executed at the same time.
375
374
376
375
As an example, collecting the fields of this selection set would collect two
377
376
instances of the field ` a ` and one of field ` b ` :
You can’t perform that action at this time.
0 commit comments