Replies: 1 comment
-
(Almost) everything that is implemented in Tanstack Query is also available in this adapter. queryClient = injectQueryClient();
queryClient.invalidateQueries(...) Tanstack Documentation: https://tanstack.com/query/latest/docs/reference/QueryClient#queryclientinvalidatequeries |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I didn't see it in the readme (though it may be a feature?), but is invalidation of query keys currently implemented? Usually a side effect of mutations, but I suppose it can happen arbitrarily as well (think refresh button on ui)
Beta Was this translation helpful? Give feedback.
All reactions