wp-graphql-smart-cache
wp-graphql-smart-cache copied to clipboard
Smart Caching & Cache Invalidation for WPGraphQL
The documentation states that [setting a custom max-age per document](https://github.com/wp-graphql/wp-graphql-smart-cache/blob/main/docs/persisted-queries.md#custom-max-age--expiration-per-query) is possible, which is helpful for 'Settings' or other queries that may not be invalidated properly. However, it appears that...
Hey, for GET request caching the Cache-Control max-age setting also controls `s-maxage`. This seems counterproductive considering the plugin is purging shared caches for us...theoretically. I guess there could be shared...
As an admin user, I would like to be able to identify which GraphQL Documents were generated from "Automated Persisted Queries". ## Acceptance Criteria - [ ] User can visually...
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...
As an admin user, I would like to be able to enable/disable "Automated Persisted Queries". ## Acceptance Criteria - [ ] Setting exists to toggle persisted queries (currently enabled by...
When editing a GraphQL document, user needs to be able to delete an already saved document. ## Acceptance Criteria - [ ] User with correct capabilities can delete a saved...
As I WPGraphQL user, I would like to be able to modify the Document (the query string) and save it. ## Acceptance Criteria - save button exists - save button...
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...
When editing a GraphQL document, user needs to be able to enter a value for the allow/deny grant and be able to save it along with the document. ## Acceptance...
When editing a GraphQL document, user needs to be able to enter a value for the expiration/max-age and be able to save it along with the document. ## Acceptance Criteria...