We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361cb40 commit 6985582Copy full SHA for 6985582
1 file changed
spec/Section 5 -- Validation.md
@@ -1718,7 +1718,9 @@ If that fragment did not have a reference to ${atOtherHomes} it would be not val
1718
1719
```graphql counter-example
1720
query variableNotUsedWithinFragment($atOtherHomes: Boolean) {
1721
- ...isHousetrainedWithoutVariableFragment
+ dog {
1722
+ ...isHousetrainedWithoutVariableFragment
1723
+ }
1724
}
1725
1726
fragment isHousetrainedWithoutVariableFragment on Dog {
0 commit comments