You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
just a question concerning usage and best practice using this generator.
I am using NestJS and Swagger - that's the reason I am using this generator for.
As the project grows, I have deeper relations, controlled by the include property in Prisma's find methods. How can I replicate them without having to have multiple classes with TypeIntersects and so on?
Is there a best practice I haven't read about?
Thanks in advance for any help!
Best regards
The text was updated successfully, but these errors were encountered:
Hi,
just a question concerning usage and best practice using this generator.
I am using NestJS and Swagger - that's the reason I am using this generator for.
As the project grows, I have deeper relations, controlled by the
include
property in Prisma's find methods. How can I replicate them without having to have multiple classes with TypeIntersects and so on?Is there a best practice I haven't read about?
Thanks in advance for any help!
Best regards
The text was updated successfully, but these errors were encountered: