morpheus-graphql-server-0.22.0: test/Feature/Input/variables/invalidValue/invalidDefaultValueButVariableProvided/response.json
{
"errors": [
{
"message": "Variable \"$v1\" got invalid value. Expected type \"[Int!]!\" found \"boo\".",
"locations": [
{
"line": 1,
"column": 27
}
]
}
]
}