Skip to content
Advertisement

How to get related field with typeorm?

In typeorm I run this code and the results are without lastApprover and managerApprover fields. I need those properties to be in the object. what I need to change to achieve that?

This is my code:

task.ts

user.ts:

Advertisement

Answer

Try to add relations

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement