useQuery needs invalidate feature #5951
Unanswered
LevanKvirkvelia
asked this question in
Ideas
Replies: 1 comment 3 replies
-
if you have access to the result from |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello maintainers,
While working with the useQuery hook, I've identified a recurring need to invalidate a query. The current method of passing the query key to a refresher isn't convenient. Given that the refetch method does not adhere to the enabled behavior, an explicit invalidate method would be ideal.
To clarify, let's consider a scenario:
Beta Was this translation helpful? Give feedback.
All reactions