Latest resolved value, or undefined before the first success.
Latest error, or null on success / idle.
true while the mutation is in flight.
Fire-and-forget invocation. Errors surface via error.
Awaitable invocation. Rejects on failure.
Reset the mutation to its initial idle state.
Standard mutation return shape used by every donation-train mutation hook. Same fields (
mutate,mutateAsync,isPending,error,data,reset) TanStack Query'suseMutationexposes, projected here so consumers don't have to depend on@tanstack/react-query's types directly.