packages feed

morpheus-graphql-0.18.0: test/Feature/Input/variables/unusedVariable/unusedVariables/response.json

{
  "errors": [
    {
      "message": "Variable \"$v2\" is never used in operation \"TestUnusedVariables\".",
      "locations": [
        {
          "line": 1,
          "column": 41
        }
      ]
    },
    {
      "message": "Variable \"$v3\" is never used in operation \"TestUnusedVariables\".",
      "locations": [
        {
          "line": 1,
          "column": 54
        }
      ]
    }
  ]
}