paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
679 stars 55 forks source link

Handle extended WhereUnique arguments #311

Closed f8k8 closed 10 months ago

f8k8 commented 10 months ago

Prisma 4.5.0 introduced a new option, extendedWhereUnique, which is now always enabled in 5.0. This PR supports the updates to the WhereUnique input types.