Skip to content

Commit 6985582

Browse files
committed
Fix #273
1 parent 361cb40 commit 6985582

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/Section 5 -- Validation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,9 @@ If that fragment did not have a reference to ${atOtherHomes} it would be not val
17181718

17191719
```graphql counter-example
17201720
query variableNotUsedWithinFragment($atOtherHomes: Boolean) {
1721-
...isHousetrainedWithoutVariableFragment
1721+
dog {
1722+
...isHousetrainedWithoutVariableFragment
1723+
}
17221724
}
17231725

17241726
fragment isHousetrainedWithoutVariableFragment on Dog {

0 commit comments

Comments
 (0)