createQueryClient
function createQueryClient(): QueryClient;Defined in: packages/engine/src/services/DataQueryService.ts:44
Create a new TanStack Query QueryClient with project defaults. Each engine instance gets its own client for isolation.
Returns
Section titled “Returns”QueryClient