-
What would be the recommended way to clear + refetch a single particular query? I'm seeing |
Beta Was this translation helpful? Give feedback.
Answered by
bdrazen
Apr 8, 2020
Replies: 2 comments 3 replies
-
Worked it out with:
Would be nice though if |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tannerlinsley
-
I'll definitely consider this for future versions :) |
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
Worked it out with:
Would be nice though if
useQuery()
returned aclearCache
function or mayberefetch()
accepted aclearCache
option.