chrishoermann / zod-prisma-types

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

add validators to FieldUpdateOperationsInput #9

Closed chrishoermann closed 1 year ago

chrishoermann commented 1 year ago

if a field has a validator via comment in prisma schema the validators could also be added to the FieldUpdateOperationsInput

chrishoermann commented 1 year ago

not possible is - only created once and then used for all models