OpenAPI React Query Codegen is a code generator for creating React Query (also known as TanStack Query) hooks based on your OpenAPI schema.
298
stars
30
forks
source link
Adding support for nested nextPageParam keys #144
Closed
adamgoose closed 2 months ago
When
nextPageParam
is set tometa.nextPage
, split on.
and generate the appropriately nested typehint:Fixes #142.