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 6d506eb commit ef4bbcaCopy full SHA for ef4bbca
spec/Section 3 -- Type System.md
@@ -1863,7 +1863,7 @@ In this example `experimentalField` will only be queried if the variable
1863
`$someTest` has the value `false`.
1864
1865
```graphql example
1866
-query myQuery($someTest: Boolean) {
+query myQuery($someTest: Boolean!) {
1867
experimentalField @skip(if: $someTest)
1868
}
1869
```
@@ -1883,7 +1883,7 @@ In this example `experimentalField` will only be queried if the variable
1883
`$someTest` has the value `true`
1884
1885
1886
1887
experimentalField @include(if: $someTest)
1888
1889
0 commit comments