morpheus-graphql-0.11.0: test/Feature/Input/Enum/decodeInvalidValue/response.json
{
"errors": [
{
"message": "Argument \"level\" got invalid value. Expected type \"TwoCon!\" found \"LK\".",
"locations": [
{
"line": 2,
"column": 11
}
]
}
]
}