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