wp-graphql-smart-cache icon indicating copy to clipboard operation
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

Open jasonbahl opened this issue 4 years ago • 0 comments

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_group is an existing taxonomy in wp-graphql-smart-cache, with the intent to support this specific feature

This feature is inspired by postman collections:

Image

Image

Image

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

jasonbahl avatar Jan 11 '22 21:01 jasonbahl