Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip using the GraphQL cache if a token is passed #5673

Closed
wants to merge 1 commit into from

Commits on Mar 28, 2022

  1. Skip using the GraphQL cache if token is passed

    If a token is passed in the request we want to avoid using the cache so that our live preview can display the changed results, we need to perform this logic both in the get method to actually ensure we skip the cache when getting the value, but also in the put so that we don't override the standard cache with our temporary values.
    DanielDarrenJones authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    194d0ae View commit details
    Browse the repository at this point in the history