elide icon indicating copy to clipboard operation
elide copied to clipboard

Support GraphQL Schema Descriptions

Open aklish opened this issue 6 years ago • 0 comments

Expected Behavior

Swagger (JSON-API) allows attributes and relationships to have user defined descriptions added to the documentation through the ApiModelProperty annotation.

GraphQL should support a similar mechanism.

Current Behavior

The description for attributes is left blank.

Possible Solution

Create a new Elide annotation that adds descriptions (and other attributes in ApiModelProperty) for both JSON-API and GraphQL fields.

aklish avatar Dec 05 '19 21:12 aklish