This repository was archived by the owner on Dec 19, 2019. It is now read-only.
This repository was archived by the owner on Dec 19, 2019. It is now read-only.
Improve GraphQL caching #5
Closed
Description
As a Magento developer, I want appropriate GraphQL queries to be cached so that I get the maximum performance out of my applications and integrations that leverage GraphQL framework.
- GraphQL config caching: invalidate cache on certain dynamic events (as opposed to code modifications), like
- adding/removing/updating EAV attribute
- Server-side query caching
- https://philsturgeon.uk/api/2017/01/26/graphql-vs-rest-caching/