omar-dulaimi / prisma-zod-generator

Prisma 2+ generator to emit Zod schemas from your Prisma schema
MIT License
535 stars 45 forks source link

remove explicit typing for object schema #46

Closed Nikola-Milovic closed 1 year ago

Nikola-Milovic commented 1 year ago

I ran it against the example provided in the repo and it seems to work as expected, but I am not 100% familiar with the project so please verify my changes

Made alongside issue https://github.com/omar-dulaimi/prisma-zod-generator/issues/45

Nikola-Milovic commented 1 year ago

Can something similar be used to generate only the model schemas? This is practically what this issue wants https://github.com/omar-dulaimi/prisma-zod-generator/issues/43