morpheus-graphql-0.18.0: test/Feature/Holistic/holistic/arguments/nameConflict/response.json
{
"errors": [
{
"message": "There can Be only One Argument Named \"comment\"",
"locations": [
{
"line": 3,
"column": 13
}
]
},
{
"message": "There can Be only One Argument Named \"comment\"",
"locations": [
{
"line": 3,
"column": 26
}
]
}
]
}