Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Feb 7, 2024
1 parent bcca1ba commit 2b2b071
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 @@ -517,12 +517,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 2b2b071

Please sign in to comment.