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 969f692 commit 2e0c5adCopy full SHA for 2e0c5ad
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