Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,7 @@ DetectFragmentCycles(fragmentDefinition, visited):
- {visited} must not contain {spread}.
- Let {nextVisited} be the set including {spread} and members of {visited}.
- Let {nextFragmentDefinition} be the target of {spread}.
- If {nextFragmentDefinition} can't be found, return.
- {DetectFragmentCycles(nextFragmentDefinition, nextVisited)}.

**Explanatory Text**
Expand Down Expand Up @@ -1995,6 +1996,7 @@ variable.
- Let {variableName} be the name of {variableUsage}.
- Let {variableDefinition} be the {VariableDefinition} named {variableName}
defined within {operation}.
- If no {variableDefinition} can be found, return.
- {IsVariableUsageAllowed(variableDefinition, variableUsage)} must be
{true}.

Expand Down