RootCauseunvalidated
The example uses a variable name that doesn’t match the query argument used by the corresponding query endpoint (e.g., `getUsers` takes `count`, but the mutation example destructures/uses `id`). This mismatch leads to using the wrong cache key for `updateQueryData`.
4640e357-b66e-4eb9-927f-ed54cba507ff
The example uses a variable name that doesn’t match the query argument used by the corresponding query endpoint (e.g., getUsers takes count, but the mutation example destructures/uses id). This mismatch leads to using the wrong cache key for updateQueryData.