Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Nov 30, 2017
1 parent 361cb40 commit 6985582
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,9 @@ If that fragment did not have a reference to ${atOtherHomes} it would be not val

```graphql counter-example
query variableNotUsedWithinFragment($atOtherHomes: Boolean) {
...isHousetrainedWithoutVariableFragment
dog {
...isHousetrainedWithoutVariableFragment
}
}

fragment isHousetrainedWithoutVariableFragment on Dog {
Expand Down

0 comments on commit 6985582

Please sign in to comment.