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