Skip to content

Commit 6e91f98

Browse files
committed
1 parent 4269caf commit 6e91f98

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
@@ -519,12 +519,9 @@ CollectFields(objectType, selectionSet, variableValues, visitedFragments):
519519
{fragmentSpreadName}.
520520
- If no such {fragment} exists, continue with the next {selection} in
521521
{selectionSet}.
522-
- Let {arguments} be the set of arguments on {selection}.
523-
- Let {fragmentSpreadKey} be a unique key of {fragmentSpreadName} and
524-
{arguments}.
525-
- If {fragmentSpreadKey} is in {visitedFragments}, continue with the next
522+
- If {fragmentSpreadName} is in {visitedFragments}, continue with the next
526523
{selection} in {selectionSet}.
527-
- Add {fragmentSpreadKey} to {visitedFragments}.
524+
- Add {fragmentSpreadName} to {visitedFragments}.
528525
- Let {fragmentType} be the type condition on {fragment}.
529526
- If {DoesFragmentTypeApply(objectType, fragmentType)} is {false}, continue
530527
with the next {selection} in {selectionSet}.

0 commit comments

Comments
 (0)