How can I call an unknown amount of useMutations or set MutationKey in mutateFn?
I need to set the
- there is no
- I cannot set the
Thank You! Unfortunately im on v4 for now
My use case is as follows:
mutationKey for each item so I track the loading status in another component. Correct me if I'm wrong, after reading the docs and some research.- there is no
useMutations like useQueries which would allow me to create the useMutationObject and pass in the key for each useMutationObject- I cannot set the
mutationKey in themutationFnThank You! Unfortunately im on v4 for now
My use case is as follows: