wp-graphql-smart-cache
wp-graphql-smart-cache copied to clipboard
I would like to be able to store a description about the document
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:
A possible option might look like:
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