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