Replies: 1 comment 5 replies
-
can you elaborate on your use-case? |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi, how can I get mutation observer by mutation key using queryClient. I want to call mutation
reset
method from different component.I could get it from
client.getMutationCache().find({muationKey: 'key'})
, but it won't have reset method.I am using this with Angular.
Beta Was this translation helpful? Give feedback.
All reactions