Preparing search index...
The search index is not available
react-query-manager
react-query-manager
type
UseMutateProps
Type Alias UseMutateProps<TData, TVariables>
Use
Mutate
Props
<
TData
,
TVariables
>
:
Partial
<
Omit
<
UseMutationOptions
<
TData
,
Error
,
TVariables
,
any
>
,
"mutationKey"
|
"mutationFn"
>
>
&
{
mutationFn
?:
(
(
data
:
{
apiClient
:
ApiClient
;
apiUrl
:
string
;
url
:
string
;
variables
:
TVariables
;
}
)
=>
Promise
<
TData
>
|
TData
)
;
mutationKey
?:
any
[]
;
}
Type Parameters
TData
extends
QueryResponse
|
QueryResponse
[]
TVariables
=
object
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
react-query-manager
Loading...