morpheus-graphql-core-0.14.0: test/schema/validation/directive/fail/unexpected-value/response.json
{
"errors": [
{
"message": "Argument \"a1\" got invalid value. Expected type \"Int!\" found 0.1.",
"locations": [{ "line": 9, "column": 29 }]
},
{
"message": "Argument \"reason\" got invalid value. Expected type \"String\" found EnumA.",
"locations": [{ "line": 14, "column": 21 }]
},
{
"message": "Argument \"reason\" got invalid value. Expected type \"String\" found 1.",
"locations": [{ "line": 15, "column": 21 }]
},
{
"message": "Argument \"reason\" got invalid value. Expected type \"String\" found Bool.",
"locations": [{ "line": 16, "column": 21 }]
},
{
"message": "Argument \"a1\" got invalid value. in field \"field\": Expected type \"String\" found 2394.",
"locations": [{ "line": 20, "column": 26 }]
},
{
"message": "Argument \"a1\" got invalid value. Expected type \"MyInput!\" found [\"some deprication\"].",
"locations": [{ "line": 21, "column": 30 }]
},
{
"message": "Argument \"a1\" got invalid value. Expected type \"Int!\" found \"some string\".",
"locations": [{ "line": 10, "column": 30 }]
},
{
"message": "Argument \"a1\" got invalid value. Expected type \"Int!\" found True.",
"locations": [{ "line": 11, "column": 30 }]
}
]
}