Skip to content

Commit f5b3061

Browse files
committed
add in undefined fragment
1 parent b4f3c5d commit f5b3061

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/Section 5 -- Validation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,6 +1643,12 @@ query C($atOtherHomes: Boolean) {
16431643
}
16441644
}
16451645

1646+
fragment HouseTrainedFragment on Query {
1647+
dog {
1648+
isHouseTrained(atOtherHomes: $atOtherHomes)
1649+
}
1650+
}
1651+
16461652
fragment HouseTrainedDog($atOtherHomes: Boolean) on Dog {
16471653
isHouseTrained(atOtherHomes: $atOtherHomes)
16481654
}

0 commit comments

Comments
 (0)