risen228 / nestjs-zod-prisma

Zod Prisma fork for nestjs-zod
MIT License
62 stars 11 forks source link

Optional fields should be nullable and not nullish #20

Open adamnyberg opened 10 months ago

adamnyberg commented 10 months ago

Hi,

To be consistent with prisma, optional fields should be nullable and not nullish. See related issue in zod-prisma.