paljs / prisma-tools

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

Feature/extended where unique #306

Closed f8k8 closed 1 year ago

f8k8 commented 1 year 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.

AhmedElywa commented 1 year ago

Please update your branch with the new version

f8k8 commented 1 year ago

I've created a new PR for this: #311