Create mutation
const { mutateAsync, isLoading } = createMutation(async (values) => { // ...fetch data}); Copy
const { mutateAsync, isLoading } = createMutation(async (values) => { // ...fetch data});
function to be called when mutateAsync is called
Optional
optional object with the onSuccess hook
https://yonathan06.github.io/solid-cached-resource/modules.html#createMutation
Create mutation