UNPKG

@openapi-qraft/react

Version:

OpenAPI client for React, providing type-safe requests and dynamic TanStack Query React Hooks via a modular, Proxy-based architecture.

10 lines (7 loc) 385 B
import { callQueryClientMethodWithQueryKey } from '../lib/callQueryClientMethodWithQueryKey.js'; function getInfiniteQueryData(qraftOptions, schema, args) { return callQueryClientMethodWithQueryKey(qraftOptions, 'getQueryData', schema, true, // @ts-expect-error - Too complex to type args); } export { getInfiniteQueryData }; //# sourceMappingURL=getInfiniteQueryData.js.map