Skip to content

Commit 97c48a3

Browse files
committed
Fix argument name in example
1 parent 3265e28 commit 97c48a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 5 -- Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ For example:
12151215
```graphql
12161216
query variableIsDefined($atOtherHomes: Boolean) {
12171217
dog {
1218-
isHousetrained(atOtherHomes: $booleanArg)
1218+
isHousetrained(atOtherHomes: $atOtherHomes)
12191219
}
12201220
}
12211221
```

0 commit comments

Comments
 (0)