nestjsx / crud

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

Mysql with Post and user one to may relation issue #822

Open rambhual opened 1 year ago

rambhual commented 1 year ago

Bug Report

When I am using post and user entity and there are one to many relation in the controller when i use query : { join:{ user: { eager:true } } }

Current behavior

Input Code

const your = (code) => here;

Expected behavior

Possible Solution

Environment


Package version: X.Y.Z


For Tooling issues:
- Node version: XX  
- Platform:  
- Database 

Others:

Repository with minimal reproduction