redux-toolkit icon indicating copy to clipboard operation
redux-toolkit copied to clipboard

rtk-query-codegen-openapi - allow to include all defined models in code generation

Open llRandom opened this issue 5 months ago • 0 comments

Currently model is not generated if it's not used by generated endpoints even if model is defined in openapi spec. In some cases it's very helpful to allow including such models instead of copy-pasting them from the backend. As a workaround I can create dummy endpoints just to include models but it would be more convenient to opt-in extra models generation

llRandom avatar Jun 13 '25 07:06 llRandom