fabien0102 / openapi-codegen

A tool for generating code base on an OpenAPI schema.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for react query 5

rajzik opened this issue · comments

React query is currently working on v5 and API seems to be stable.

https://tanstack.com/query/v5/docs/react/guides/migrating-to-v5

Would it be possible to add version to the generator?

commented

That looks doable to me. It's just a change in the templates.

@unrealsolver Create PR for this issue. @fabien0102 please have a look.