morpheus-graphql-0.18.0: test/Feature/Input/variables/nameCollision/response.json
{
"errors": [
{
"message": "There can Be only One Variable Named \"v1\"",
"locations": [
{
"line": 1,
"column": 29
}
]
},
{
"message": "There can Be only One Variable Named \"v1\"",
"locations": [
{
"line": 1,
"column": 43
}
]
}
]
}