Skip to content
Advertisement

Not return nested objects

I hav a problem with typeorm, I ahve na queryBuilder like below:

JavaScript

why this query return me this data:

JavaScript

instead of this:

JavaScript

i need to return nested object instead of using alias, can someone tell me how to do this with using queryBuilder?

thanks for any help!

Advertisement

Answer

You have to use getOne not getRawOne.

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