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

Conversation

ogaclejapan
Copy link
Contributor

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.

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 ogaclejapan added the enhancement New feature or request label Sep 29, 2024
@ogaclejapan ogaclejapan merged commit 17ddc16 into main Sep 29, 2024
3 checks passed
@ogaclejapan ogaclejapan deleted the purge branch September 29, 2024 04:13
@github-actions github-actions bot mentioned this pull request Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant