We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e9124 commit 8e9cbcbCopy full SHA for 8e9cbcb
spec/Section 6 -- Execution.md
@@ -919,9 +919,9 @@ visitedFragments):
919
- Let {deferDirective} be that directive.
920
- If this execution is for a subscription operation, raise a _field
921
error_.
922
+ - If {fragmentSpreadName} is in {visitedFragments}, continue with the next
923
+ {selection} in {selectionSet}.
924
- If {deferDirective} is not defined:
- - If {fragmentSpreadName} is in {visitedFragments}, continue with the next
- {selection} in {selectionSet}.
925
- Add {fragmentSpreadName} to {visitedFragments}.
926
- Let {fragment} be the Fragment in the current Document whose name is
927
{fragmentSpreadName}.
0 commit comments