morpheus-graphql-server-0.22.0: test/Feature/Input/objects/unexpectedValue/response.json
{
"errors": [
{
"message": "Argument \"value\" got invalid value. Expected type \"InputObject!\" found \"some text\".",
"locations": [
{
"line": 2,
"column": 13
}
]
},
{
"message": "Argument \"value\" got invalid value. Expected type \"InputObject!\" found 1.",
"locations": [
{
"line": 3,
"column": 13
}
]
},
{
"message": "Argument \"value\" got invalid value. in field \"field\": Expected type \"String!\" found {}.",
"locations": [
{
"line": 4,
"column": 13
}
]
},
{
"message": "Argument \"value\" got invalid value. in field \"field\": Expected type \"String!\" found 3.",
"locations": [
{
"line": 5,
"column": 13
}
]
},
{
"message": "Argument \"value\" got invalid value. in field \"field\": Expected type \"String!\" found null.",
"locations": [
{
"line": 6,
"column": 13
}
]
},
{
"message": "Argument \"value\" got invalid value. in field \"recursive.recursive.field\": Expected type \"String!\" found 5.",
"locations": [
{
"line": 8,
"column": 13
}
]
}
]
}