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 d8a52f1 commit d20262bCopy full SHA for d20262b
spec/Section 5 -- Validation.md
@@ -1118,7 +1118,7 @@ query houseTrainedQuery($atOtherHomes: Boolean! = true) {
1118
```
1119
1120
Default values must be compatible with the types of variables.
1121
-Types much match or they must be coercible to the type.
+Types must match or they must be coercible to the type.
1122
1123
Non-matching types fail, such as in the following example:
1124
0 commit comments