apollo-cache-persist icon indicating copy to clipboard operation
apollo-cache-persist copied to clipboard

Does this library support @apollo/[email protected] ?

Open roadmanfong opened this issue 2 years ago • 0 comments

I follow the document https://github.com/apollographql/apollo-cache-persist/blob/master/docs/faq.md#i-need-to-ensure-certain-data-is-not-persisted-how-do-I-filter-my-cache

I saw the storage persist the data I wanted. Then I restart the app, it shows restored the app, but it seems not working

[apollo-cache-persist] Restored cache of size 1467 characters
// I do some other query, not the filtered one
[apollo-cache-persist] Persisted cache of size 37 characters

roadmanfong avatar Aug 02 '22 09:08 roadmanfong