Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ onContinue
Method
onContinue
packages/query-core/src/mutation.ts:177–179 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
176
async
execute(variables: TVariables): Promise<TData> {
177
const
onContinue = () => {
178
this.#dispatch({
type
:
'continue'
})
179
}
180
181
const
mutationFnContext = {
182
client: this.#client,
Callers
1
pause
Function · 0.80
Calls
1
#dispatch
Method · 0.95
Tested by
no test coverage detected