Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ mutate
Function
mutate
packages/solid-query/src/useMutation.ts:39–41 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
37
TVariables,
38
TOnMutateResult
39
> = (...args) => {
40
observer.mutate(args[0] as TVariables, args[1]).catch(noop)
41
}
42
43
const
[state, setState] = createStore<
44
UseMutationResult<TData, TError, TVariables, TOnMutateResult>
Callers
3
Page
Function · 0.50
Page
Function · 0.50
Mutation
Function · 0.50
Calls
1
mutate
Method · 0.45
Tested by
3
Page
Function · 0.40
Page
Function · 0.40
Mutation
Function · 0.40