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

Class

packages/vue-query/src/queryClient.ts:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35} from '@tanstack/query-core'
36
37export class QueryClient extends QC {
38 constructor(config: QueryClientConfig = {}) {
39 const vueQueryConfig = {
40 defaultOptions: config.defaultOptions,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected