Replies: 1 comment 8 replies
-
It's a good idea but we have to think this through. One problem is that with mutations, they are never "picked up" when a @DamianOsipiuk fyi |
Beta Was this translation helpful? Give feedback.
8 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.
-
Allow persisting mutation state through
createMutationPersister
.Idea
Usage
mutationKey
to be persisteduseMutationState
Resuming Mutations
Pending Mutations could be resumed automatically when a mutation with a matching key mounts.
Use cases
mutation.variables
. You want to persist failed mutation so the user can retry them at any point even after reloading the app.Beta Was this translation helpful? Give feedback.
All reactions