nestjsx/crud

Mysql with Post and user one to may relation issue

rambhual opened this issue · 0 comments

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