Skip to content

Commit ff986be

Browse files
benjieglen-84
andauthored
Whitespace
Co-authored-by: Glen <glen.84@gmail.com>
1 parent c26463f commit ff986be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/Section 5 -- Validation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,6 +2050,7 @@ mutation addCat($cat: CatInput!) {
20502050
name
20512051
}
20522052
}
2053+
20532054
mutation addCatWithDefault($cat: CatInput! = { name: "Brontie" }) {
20542055
addPet(pet: { cat: $cat }) {
20552056
name
@@ -2063,6 +2064,7 @@ mutation addNullableCat($cat: CatInput) {
20632064
name
20642065
}
20652066
}
2067+
20662068
mutation addNullableCatWithDefault($cat: CatInput = { name: "Brontie" }) {
20672069
addPet(pet: { cat: $cat }) {
20682070
name

0 commit comments

Comments
 (0)