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

Method constructor

packages/solid-query/src/QueryClient.ts:81–83  ·  view source on GitHub ↗
(config: QueryClientConfig = {})

Source from the content-addressed store, hash-verified

79
80export class QueryClient extends QueryCoreClient {
81 constructor(config: QueryClientConfig = {}) {
82 super(config)
83 }
84}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected