Skip to content

Commit 0d2a3bb

Browse files
committed
Remove fragmentSpreadName from visitedFragments when done
1 parent 6b7c2c4 commit 0d2a3bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ CollectFields(objectType, selectionSet, variableValues, visitedFragments):
532532
- Let {groupForResponseKey} be the list in {groupedFields} for
533533
{responseKey}; if no such list exists, create it as an empty list.
534534
- Append all items in {fragmentGroup} to {groupForResponseKey}.
535+
- Remove {fragmentSpreadName} from {visitedFragments}.
535536
- If {selection} is an {InlineFragment}:
536537
- Let {fragmentType} be the type condition on {selection}.
537538
- If {fragmentType} is not {null} and {DoesFragmentTypeApply(objectType,

0 commit comments

Comments
 (0)