Skip to content

Commit

Permalink
address redundant if
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed May 20, 2024
1 parent 815952a commit 21e3881
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -692,10 +692,9 @@ validation rules apply in each case.

- For each {argument} in the document:
- Let {argumentName} be the Name of {argument}.
- If the parent is a field or directive:
- Let {argumentDefinition} be the argument or variable definition named
{argumentName} provided by the parent field definition, directive definition
or fragment definition.
or fragment spread.
- {argumentDefinition} must exist.

**Explanatory Text**
Expand Down

0 comments on commit 21e3881

Please sign in to comment.