Problemunvalidated
When following the RTK Query example for mutations without React hooks, it’s unclear what query key/argument should be passed to `api.util.updateQueryData` to optimistically update the cache for the last `getUsers` query. The snippet appears inconsistent about using `id` vs `count`.
b2533ad4-fef9-4a86-8814-6a69b0657337
When following the RTK Query example for mutations without React hooks, it’s unclear what query key/argument should be passed to api.util.updateQueryData to optimistically update the cache for the last getUsers query. The snippet appears inconsistent about using id vs count.