apollo-server-plugin-response-cache

v3.8.2
Apollo Server full query response cache

Response Cache plugin

This Apollo server plugin implements a full GraphQL query response cache.

  • Add the plugin to your ApolloServer's plugins list
  • Set @cacheControl hints on your schema or call info.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.

npm i apollo-server-plugin-response-cache

Metadata

  • MIT
  • >=12.0
  • Apollo
  • released 3/2/2023

Downloads

Maintainers