The response data type
The path parameters type (concrete, required values)
The query parameters type
Endpoint config: axios instance, queryClient, path, method, listPath
OptionalpathParams: MaybeRefOrGetter<Record<string, string | number | undefined> | null | undefined>Path parameters (reactive). Pass undefined for operations without path params.
Optionaloptions: QueryOptions<TResponse, TQueryParams>Query options (enabled, staleTime, queryParams, onLoad, etc.)
Execute a type-safe query (GET/HEAD/OPTIONS) with automatic caching.
This is a low-level primitive — in normal usage it is called by the generated per-operation
useQuerywrappers inapi-client.ts, not directly.