Response data type
Path parameters type (concrete, required values)
Request body type (never if none)
Query parameters type
The Axios response (undefined until mutation completes).
The error if the mutation failed.
True while the mutation is in progress.
True when the mutation succeeded.
True when the mutation failed.
Execute the mutation (non-blocking).
Execute the mutation and await the response.
Reset the mutation state.
Whether the mutation can execute (all required path params are resolved).
The resolved path parameters.
Additional path params that can be supplied at mutation time.
Return type of
useEndpointMutation(theuseMutationcomposable on a generated namespace).