Replies: 1 comment 1 reply
-
At this moment DTOs don't support relations. You can try to annotate |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue description
Assuming we have 2 entities:
and the DTO:
Is it possible to fetch the following query:
results:
to the AuthorDTO creating only a single instance with a book list instead of creating 3 different DTOs?
Beta Was this translation helpful? Give feedback.
All reactions