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
Using the apolloStore.remove(CacheKey.from("Parent_KEY"), true)DOES NOT remove any records from my cache, however using apolloStore.remove(CacheKey.from("Parent_KEY")) only removes the Parent_KEY.
It seems cascade flag is not working as expected ?
Version 2.3.0
The text was updated successfully, but these errors were encountered:
I am using apollo store to cascade delete my records using something like this:
And my
Parent_KEY
points to this record in DB:Using the
apolloStore.remove(CacheKey.from("Parent_KEY"), true)
DOES NOT remove any records from my cache, however usingapolloStore.remove(CacheKey.from("Parent_KEY"))
only removes theParent_KEY
.It seems cascade flag is not working as expected ?
Version
2.3.0
The text was updated successfully, but these errors were encountered: