4.1.3 • Published 1 year ago
@apollo/server-plugin-response-cache v4.1.3
Response Cache plugin
This Apollo Server response cache plugin implements a full GraphQL query response cache.
- Add the plugin to your ApolloServer's plugins list
- Set
@cacheControl
hints on your schema or callinfo.cacheControl.setCacheHint
in your resolvers - If the entire GraphQL response is covered by cache hints with non-zero maxAge, the whole response will be cached.
This cache is a full query cache: cached responses are only used for identical requests.
See the docs for details.
4.1.3
1 year ago
4.1.2
2 years ago
4.1.1
2 years ago
4.1.0
2 years ago
4.0.1
2 years ago
4.0.0
2 years ago
4.0.3
2 years ago
4.0.2
2 years ago
4.0.0-rc.6
2 years ago
4.0.0-alpha.5
2 years ago
4.0.0-alpha.4
2 years ago
4.0.0-alpha.3
2 years ago
4.0.0-alpha.2
2 years ago
4.0.0-alpha.1
2 years ago
4.0.0-alpha.0
2 years ago