Skip to content

Commit cd5bc3b

Browse files
committed
fix missing argument to collect fields
1 parent 28d4276 commit cd5bc3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,8 @@ Root field collection processes the operation's top-level selection set:
563563
CollectRootFields(rootType, operationSelectionSet, variableValues):
564564

565565
- Initialize {groupedFieldSet} to an empty ordered map of lists.
566-
- Call {CollectFields(rootType, operationSelectionSet, groupedFieldSet)}.
566+
- Call {CollectFields(rootType, operationSelectionSet, variableValues
567+
groupedFieldSet)}.
567568
- Return {groupedFieldSet}.
568569

569570
### Object Subfield Collection

0 commit comments

Comments
 (0)