packages feed

morpheus-graphql-0.18.0: test/Feature/Input/variables/invalidValue/invalidDefaultValue/response.json

{
  "errors": [
    {
      "message": "Variable \"$v1\" got invalid value. Expected type \"[[[Int!]!]]!\" found { id: \"12\" }.",
      "locations": [
        {
          "line": 1,
          "column": 27
        }
      ]
    }
  ]
}