morpheus-graphql-0.15.0: test/Feature/Holistic/namespace/enum-fail-on-fullname/response.json
{
"errors": [
{
"message": "Argument \"enum\" got invalid value. Expected type \"CollidingEnum!\" found CollidingEnumEnumB.",
"locations": [
{
"line": 2,
"column": 12
}
]
}
]
}