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 @id & @unique with arguments #307

Closed f8k8 closed 10 months ago

f8k8 commented 10 months ago

The @id and @unique attributes now support arguments. This PR handles the case where @id and / or @unique have an argument list.