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
-`endpointName`: a string matching an existing endpoint name
213
+
-`args`: a cache key, used to determine which cached dataset needs to be updated
214
+
215
+
#### Description
216
+
217
+
A Redux thunk that removes a specific query result from the cache. This immediately updates the Redux state with those changes.
218
+
219
+
The thunk accepts two arguments: the name of the endpoint we are updating (such as `'getPost'`) and the appropriate query arg values to construct the desired cache key.
0 commit comments