omar-dulaimi / prisma-zod-generator

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

fix orderby type #40

Closed omar-dulaimi closed 1 year ago

omar-dulaimi commented 1 year ago

Description

Fixes orderBy type, where it should accept both an object and an array.