function resolveQueryClient(explicit?): QueryClient;function resolveQueryClient(explicit?): QueryClient;Defined in: packages/lit-query/src/context.ts:118
Resolves an explicit QueryClient or falls back to useQueryClient.
QueryClient
Optional client supplied by the caller.
QueryClient
The explicit client when provided, otherwise the current default client.