Skip to content

Commit 76011b0

Browse files
committed
1 parent b850f4a commit 76011b0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

spec/Section 6 -- Execution.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -517,12 +517,9 @@ CollectFields(objectType, selectionSet, variableValues, visitedFragments):
517517
{fragmentSpreadName}.
518518
- If no such {fragment} exists, continue with the next {selection} in
519519
{selectionSet}.
520-
- Let {arguments} be the set of arguments on {selection}.
521-
- Let {fragmentSpreadKey} be a unique key of {fragmentSpreadName} and
522-
{arguments}.
523-
- If {fragmentSpreadKey} is in {visitedFragments}, continue with the next
520+
- If {fragmentSpreadName} is in {visitedFragments}, continue with the next
524521
{selection} in {selectionSet}.
525-
- Add {fragmentSpreadKey} to {visitedFragments}.
522+
- Add {fragmentSpreadName} to {visitedFragments}.
526523
- Let {fragmentType} be the type condition on {fragment}.
527524
- If {DoesFragmentTypeApply(objectType, fragmentType)} is {false}, continue
528525
with the next {selection} in {selectionSet}.

0 commit comments

Comments
 (0)