Skip to content

Commit a0de4c5

Browse files
authored
[Editorial] Fix example for Variable Uniqueness (#703)
I think the fragment definition in this example was wrong
1 parent 2bd2d01 commit a0de4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 5 -- Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@ query B($atOtherHomes: Boolean) {
15521552
...HouseTrainedFragment
15531553
}
15541554

1555-
fragment HouseTrainedFragment {
1555+
fragment HouseTrainedFragment on Query {
15561556
dog {
15571557
isHousetrained(atOtherHomes: $atOtherHomes)
15581558
}

0 commit comments

Comments
 (0)