Skip to content

Commit 0728c4a

Browse files
committed
subGroupedFieldSet -> fieldGroupedFieldSet
1 parent 0b9eed7 commit 0728c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,9 +812,9 @@ CollectSubfields(objectType, fields, variableValues):
812812
- For each {field} in {fields}:
813813
- Let {fieldSelectionSet} be the selection set of {field}.
814814
- If {fieldSelectionSet} is null or empty, continue to the next field.
815-
- Let {subGroupedFieldSet} be the result of {CollectFields(objectType,
815+
- Let {fieldGroupedFieldSet} be the result of {CollectFields(objectType,
816816
fieldSelectionSet, variableValues)}.
817-
- For each {subGroupedFieldSet} as {responseKey} and {subfields}:
817+
- For each {fieldGroupedFieldSet} as {responseKey} and {subfields}:
818818
- Let {groupForResponseKey} be the list in {groupedFieldSet} for
819819
{responseKey}; if no such list exists, create it as an empty list.
820820
- Append all fields in {subfields} to {groupForResponseKey}.

0 commit comments

Comments
 (0)