MCPcopy Create free account
hub / github.com/effect-app/libs / makeTanstackQueryClient

Function makeTanstackQueryClient

packages/vue/src/internal/tanstackQuery.ts:100–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 & { readonly mode?: "optional" | undefined }
99
100export const makeTanstackQueryClient = () => new QueryClient()
101
102export const makeTanstackQueryInvalidator = (queryClient: QueryClient): QueryInvalidator => ({
103 invalidateAndAwait: (keys) =>

Callers 1

getTanstackQueryClientFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…