Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Caching query responses #580

Description

@allenz-crypto

What feature are you missing?
I would like the graphql server spun up by graphcool deploy to have a caching layer that caches responses given the same query and variables.

How could this feature look like in detail? Tradeoffs?
For example, if my webserver or client makes a graphql query that selects a list of events filtered by country, the next time my webserver or client make the same query with the same country, it should serve the response from a caching layer rather than from disk. I should have the ability to specify the max age of the cache and the ability to invalidate it if necessary.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions