wp-graphql-smart-cache icon indicating copy to clipboard operation
wp-graphql-smart-cache copied to clipboard

I would like to be able to store a description about the document

Open jasonbahl opened this issue 4 years ago • 0 comments

When editing a GraphQL document, user needs to be able to enter a value for the description and be able to save it along with the document.

Acceptance Criteria

  • [ ] User can update the description through the IDE UI

Technical Details

The goal is to make this field editable within the GraphQL IDE:

Image

A possible option might look like:

Image

Notes

The UI in the previous version is a radio button, only allowing selection of 1 option. If I'm not mistaken, the possible values (allowed, deny, use global default) might be filterable so the UI probably needs to dynamically get those values and not have them hardcoded.

Links

  • Dependent on https://github.com/wp-graphql/wpgraphql-ide/issues/112

jasonbahl avatar Jan 11 '22 21:01 jasonbahl