Skip to content

Commit 607b579

Browse files
committed
address logical or
1 parent 90e268f commit 607b579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 5 -- Validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,8 +1732,8 @@ query takesCatOrDog($catOrDog: CatOrDog) {
17321732
- Let {fragments} be every fragment referenced by that {operation}
17331733
transitively.
17341734
- For each {fragment} in {fragments}:
1735-
- For each {variableUsage} in scope of {fragment}, variable must be in
1736-
{fragment}'s or {operation}'s variable list.
1735+
- For each {variableUsage} in scope of {fragment}, variable must be in either
1736+
{fragment}'s or {operation}'s variable list or both.
17371737

17381738
**Explanatory Text**
17391739

0 commit comments

Comments
 (0)