In this article, I will show how to use Zod and Open API (Swagger) in a Nest.js, Prisma project.
I made a github repo for this example.
https://git...
For further actions, you may consider blocking this person and/or reporting abuse
Why don't you wanna use class-validator?
class-validator is OK too, of course.
I feel like it's redundant to do write @ApiProperty on each field.
Additionally, it is convenient to generate zod shcemas from a prisma schema.