Limitations & Roadmap
Known constraints and planned improvements.
The current known limitations and items on the roadmap.
Limitations
- No per-query option injection yet (use
useQuery({ ...queries.x({ id }), enabled })for now). - No
infiniteQueryOptionsgeneration for paginated endpoints. - Enums are string-literal unions (no
enum/as constobject option). - One success media type (
application/json) per response. - File uploads (
multipart/form-data) are supported for OpenAPI 3 only — Swagger 2.0formDataparameters are not yet mapped to a request body.
Related
- Conventions & Design Decisions — the design choices behind the output.
- Troubleshooting — fixes for common issues.