wp-graphql-smart-cache
wp-graphql-smart-cache copied to clipboard
As an admin user, I would like to organize GraphQL Documents in my own "collections" for future reference
As an admin user, I would like to organize GraphQL Documents in my own "collections" for future reference
Acceptance Criteria
- [ ] User can categorize GraphQL documents from within the IDE UI
Technical Details
-
graphql_document_groupis an existing taxonomy in wp-graphql-smart-cache, with the intent to support this specific feature
This feature is inspired by postman collections:
Notes
Some considerations to think about:
- private collections (current user)
- public collections (anyone)
- Need a UI for saving a new collection
- Possibly related - https://github.com/wp-graphql/wp-graphql-smart-cache/issues/217