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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected