How to mutate without re-rendering the same component in which mutation is used? #4766
Unanswered
dmahajan980
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you don't need the state tracking, just fire a |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello everyone, I'm creating a mutation which should behave like a fire and forget mutation. However, the mutation results in re-rendering the component when it completes. Is there any way to consume the mutation in such a way that it only fires and not re-renders the component?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions