Skip to content

Commit

Permalink
address logical or
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed May 20, 2024
1 parent 21e3881 commit b60feac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1732,8 +1732,8 @@ query takesCatOrDog($catOrDog: CatOrDog) {
- Let {fragments} be every fragment referenced by that {operation}
transitively.
- For each {fragment} in {fragments}:
- For each {variableUsage} in scope of {fragment}, variable must be in
{fragment}'s or {operation}'s variable list.
- For each {variableUsage} in scope of {fragment}, variable must be in either
{fragment}'s or {operation}'s variable list or both.

**Explanatory Text**

Expand Down

0 comments on commit b60feac

Please sign in to comment.