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 c26463f commit ff986beCopy full SHA for ff986be
spec/Section 5 -- Validation.md
@@ -2050,6 +2050,7 @@ mutation addCat($cat: CatInput!) {
2050
name
2051
}
2052
2053
+
2054
mutation addCatWithDefault($cat: CatInput! = { name: "Brontie" }) {
2055
addPet(pet: { cat: $cat }) {
2056
@@ -2063,6 +2064,7 @@ mutation addNullableCat($cat: CatInput) {
2063
2064
2065
2066
2067
2068
mutation addNullableCatWithDefault($cat: CatInput = { name: "Brontie" }) {
2069
2070
0 commit comments