We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e268f commit 607b579Copy full SHA for 607b579
spec/Section 5 -- Validation.md
@@ -1732,8 +1732,8 @@ query takesCatOrDog($catOrDog: CatOrDog) {
1732
- Let {fragments} be every fragment referenced by that {operation}
1733
transitively.
1734
- 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.
+ - For each {variableUsage} in scope of {fragment}, variable must be in either
+ {fragment}'s or {operation}'s variable list or both.
1737
1738
**Explanatory Text**
1739
0 commit comments