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