packages feed

morpheus-graphql-0.1.0: test/Feature/Holistic/arguments/unknownArguments/response.json

{
  "errors": [
    {
      "message": "Unknown Argument \"name\" on Field \"user\".",
      "locations": [
        {
          "line": 2,
          "column": 14
        }
      ]
    },
    {
      "message": "Unknown Argument \"parent\" on Field \"user\".",
      "locations": [
        {
          "line": 2,
          "column": 27
        }
      ]
    }
  ]
}