diff --git a/spec/Section 6 -- Execution.md b/spec/Section 6 -- Execution.md index c615e526e..d12d7761a 100644 --- a/spec/Section 6 -- Execution.md +++ b/spec/Section 6 -- Execution.md @@ -483,6 +483,7 @@ CollectFields(objectType, selectionSet, variableValues, visitedFragments): {collectedFieldsMap} for the key {responseName}; otherwise create the entry with an empty ordered set. - Add each item from {fragmentFields} to {fieldsForResponseName}. + - Remove {fragmentSpreadName} from {visitedFragments}. - If {selection} is an {InlineFragment}: - Let {fragmentType} be the type condition on {selection}. - If {fragmentType} is not {null} and {DoesFragmentTypeApply(objectType,