morpheus-graphql-server-0.22.0: test/Feature/Input/collections/set/invalid/response.json
{
"errors": [
{
"message": "Failure on Resolving Field \"testSet\": Expected a List without duplicates, found 1 duplicates",
"locations": [{ "line": 2, "column": 3 }]
},
{
"message": "Failure on Resolving Field \"testSet\": Expected a List without duplicates, found 2 duplicates",
"locations": [{ "line": 3, "column": 3 }]
},
{
"message": "Failure on Resolving Field \"testSet\": Expected a List without duplicates, found 1 duplicates",
"locations": [{ "line": 4, "column": 3 }]
}
]
}