packages feed

morpheus-graphql-0.18.0: test/Feature/Holistic/holistic/introspection/description/enum/response.json

{
  "data": {
    "__type": {
      "description": "\ntype Description: TestEnum\n\nsome random enums for test\n",
      "enumValues": [
        {
          "name": "EnumA",
          "description": "\n  enumValue Description: EnumA\n  "
        },
        { "name": "EnumB", "description": null },
        {
          "name": "EnumC",
          "description": "\n  enumValue Description: EnumC\n  "
        }
      ]
    }
  }
}