chrishoermann / zod-prisma-types

Generator creates zod types for your prisma models with advanced validation
Other
579 stars 43 forks source link

Make array fields optional #176

Closed s97712 closed 11 months ago

s97712 commented 11 months ago

Related pr #218

Although InputSchemas can be used, I still think that using Schema directly would be more reasonable.

s97712 commented 11 months ago

I think I should use createPartialTypes