morpheus-graphql-0.8.0: test/Feature/Input/Object/cases.json
[
{
"path": "undefinedField",
"description": "fail when field was not provided"
},
{
"path": "nullableUndefinedField",
"description": "dont fail when nullable field was not provided"
},
{
"path": "unknownField",
"description": "fail on unknown field"
},
{
"path": "unexpectedValue",
"description": "fail on value with unexpected type"
},
{
"path": "unexpectedVariable",
"description": "fail on use of variable with unexpected type"
},
{
"path": "resolveVariable",
"description": "resolve by variable"
},
{
"path": "resolveObject",
"description": "resolve object"
}
]