We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f3c5d commit f5b3061Copy full SHA for f5b3061
spec/Section 5 -- Validation.md
@@ -1643,6 +1643,12 @@ query C($atOtherHomes: Boolean) {
1643
}
1644
1645
1646
+fragment HouseTrainedFragment on Query {
1647
+ dog {
1648
+ isHouseTrained(atOtherHomes: $atOtherHomes)
1649
+ }
1650
+}
1651
+
1652
fragment HouseTrainedDog($atOtherHomes: Boolean) on Dog {
1653
isHouseTrained(atOtherHomes: $atOtherHomes)
1654
0 commit comments