nestjsx / crud

NestJs CRUD for RESTful APIs

Home Page:https://github.com/nestjsx/crud/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mysql with Post and user one to may relation issue

rambhual opened this issue · 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