nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.04k stars 533 forks source link

Create Child Model in method POST parent Model #717

Open zellkon opened 3 years ago

zellkon commented 3 years ago

I have method POST of parent model like this parent model: Categories child model: CategoriesTranslate image

how to create CategoriesTranslate in method POST of Categories? Thank the NESTJSX team!