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) 389 B
import { callQueryClientMethodWithQueryKey } from '../lib/callQueryClientMethodWithQueryKey.js'; function getInfiniteQueryState(qraftOptions, schema, args) { return callQueryClientMethodWithQueryKey(qraftOptions, 'getQueryState', schema, true, // @ts-expect-error - Too complex to type args); } export { getInfiniteQueryState }; //# sourceMappingURL=getInfiniteQueryState.js.map