nestjsx / crud

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

Different "query" options per route #740

Open yleflour opened 2 years ago

yleflour commented 2 years ago

I would like to be able to add some eager joins on the getOneBase route but not on the getManyBase route. Currently the join field only seems to be available on query at the root of the config.

What is the fastest way to achieve this result ?