chrishoermann / zod-prisma-types

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

Make validation of Inputs optional #27

Closed chrishoermann closed 1 year ago

chrishoermann commented 1 year ago

validation of inputtype fields should be optional.

is implemented for standard scalar fields but not for custom.use validation fields. especially Special types need to be handled differently by providing a fallback type that should be used when the custom validation string is not applied