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

Add purgeAll API #102

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Add purgeAll API #102

merged 1 commit into from
Sep 29, 2024

Commits on Sep 29, 2024

  1. Add purgeAll API

    Currently, it is possible to explicitly delete in-memory data for queries through the `perform` function or the mutation
    update process.
    
    In #89, we added support for the Subscription API, but there is still no API available to clear in-memory data for subscriptions.
    Therefore, we have implemented the `purgeAll` function, which is intended for full reset operations, such as during
    sign-out processes.
    ogaclejapan committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    09a6b99 View commit details
    Browse the repository at this point in the history