You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happy to see the new clearStore() method. I think one way to improve this is to be able to add listeners (via client.onClearStore) like we can with resetStore().
My use-case is being able to clear apollo-cache-persist when I call clearStore() from my logout flow.
The text was updated successfully, but these errors were encountered:
Happy to see the new
clearStore()
method. I think one way to improve this is to be able to add listeners (viaclient.onClearStore
) like we can withresetStore()
.My use-case is being able to clear
apollo-cache-persist
when I callclearStore()
from my logout flow.The text was updated successfully, but these errors were encountered: