packages feed

morpheus-graphql-0.15.0: test/Feature/Holistic/fragment/nameCollision/response.json

{
  "errors": [
    {
      "message": "There can be only one fragment named \"F\".",
      "locations": [
        {
          "line": 8,
          "column": 10
        }
      ]
    },
    {
      "message": "There can be only one fragment named \"F\".",
      "locations": [
        {
          "line": 12,
          "column": 10
        }
      ]
    }
  ]
}