Note: you can ask me a follow up question by @ mentioning me again const { mutateAsync, isLoading, isSuccess } = useUpdate<Blog>();
await mutateAsync({
resource: "blogs",
id: blog.id,
values,
}); await mutateAsync({
resource: "blogs",
id: blog.id,
values,
successNotification: false,
});