Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed May 20, 2024
1 parent 4269caf commit 6e91f98
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,9 @@ CollectFields(objectType, selectionSet, variableValues, visitedFragments):
{fragmentSpreadName}.
- If no such {fragment} exists, continue with the next {selection} in
{selectionSet}.
- Let {arguments} be the set of arguments on {selection}.
- Let {fragmentSpreadKey} be a unique key of {fragmentSpreadName} and
{arguments}.
- If {fragmentSpreadKey} is in {visitedFragments}, continue with the next
- If {fragmentSpreadName} is in {visitedFragments}, continue with the next
{selection} in {selectionSet}.
- Add {fragmentSpreadKey} to {visitedFragments}.
- Add {fragmentSpreadName} to {visitedFragments}.
- Let {fragmentType} be the type condition on {fragment}.
- If {DoesFragmentTypeApply(objectType, fragmentType)} is {false}, continue
with the next {selection} in {selectionSet}.
Expand Down

0 comments on commit 6e91f98

Please sign in to comment.