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
When calling updateQueryData, is there a way to update the provided tags of the query whose cache was updated?
Our optimistic update needs to opt. CREATE an entity (that didn’t exist before) and add it into a query’s cache.
That new entity is now inside the cache, but not listed inside api.provided, since it didn’t go through the “regular” flow (fetched through a list/get endpoint).
Is there a way to also update that list/get endpoint’s provided tags?