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