Skip to content

Commit 5f6e777

Browse files
committed
Remove example which will not always fail until graphql#1059 is adopted
1 parent 2998f7d commit 5f6e777

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spec/Section 5 -- Validation.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2180,12 +2180,6 @@ mutation addNullableCat($cat: CatInput) {
21802180
name
21812181
}
21822182
}
2183-
2184-
mutation addNullableCatWithDefault($cat: CatInput = { name: "Brontie" }) {
2185-
addPet(pet: { cat: $cat }) {
2186-
name
2187-
}
2188-
}
21892183
```
21902184

21912185
**Allowing Optional Variables When Default Values Exist**

0 commit comments

Comments
 (0)