morpheus-graphql-0.7.0: test/Feature/Holistic/introspection/description/enum/response.json
{
"data": {
"__type": {
"description": "type Description: TestEnum\n\nsome random enums for test",
"enumValues": [
{ "name": "EnumA", "description": "enumValue Description: EnumA" },
{ "name": "EnumB", "description": null },
{ "name": "EnumC", "description": "enumValue Description: EnumC" }
]
}
}
}