MCPcopy Create free account
hub / github.com/TanStack/query / resetQueries

Method resetQueries

packages/vue-query/src/queryClient.ts:173–178  ·  view source on GitHub ↗
(
    filters: MaybeRefDeep<QueryFilters> = {},
    options: MaybeRefDeep<ResetOptions> = {},
  )

Source from the content-addressed store, hash-verified

171 options?: MaybeRefDeep<ResetOptions>,
172 ): Promise<void>
173 resetQueries(
174 filters: MaybeRefDeep<QueryFilters> = {},
175 options: MaybeRefDeep<ResetOptions> = {},
176 ): Promise<void> {
177 return super.resetQueries(cloneDeepUnref(filters), cloneDeepUnref(options))
178 }
179
180 cancelQueries<
181 TQueryFnData = unknown,

Callers 10

PageFunction · 0.45
PageFunction · 0.45
PageFunction · 0.45
PageFunction · 0.45
AppFunction · 0.45
PageFunction · 0.45
PageFunction · 0.45
resetDemoStateMethod · 0.45
resetDemoStateMethod · 0.45

Calls 1

cloneDeepUnrefFunction · 0.90

Tested by 7

PageFunction · 0.36
PageFunction · 0.36
PageFunction · 0.36
PageFunction · 0.36
AppFunction · 0.36
PageFunction · 0.36
PageFunction · 0.36