Skip to content

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 infiniteQueryOptions generation for paginated endpoints.
  • Enums are string-literal unions (no enum/as const object option).
  • One success media type (application/json) per response.
  • File uploads (multipart/form-data) are supported for OpenAPI 3 only — Swagger 2.0 formData parameters are not yet mapped to a request body.