File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -396,10 +396,9 @@ executionMode):
396396### Field Collection
397397
398398Before execution, each _ selection set_ is converted to a _ collected fields map_
399- by calling {CollectFields()} by collecting all fields with the same response
400- name, including those in referenced fragments, into an individual _ field set_ .
401- This ensures that multiple references to fields with the same response name will
402- only be executed once.
399+ by collecting all fields with the same response name, including those in
400+ referenced fragments, into an individual _ field set_ . This ensures that multiple
401+ references to fields with the same response name will only be executed once.
403402
404403:: A _ collected fields map_ is an ordered map where each entry is a _ response
405404name_ and its associated _ field set_ . A _ collected fields map_ may be produced
You can’t perform that action at this time.
0 commit comments