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

Utils has some Typescript errors #324

Closed f8k8 closed 6 months ago

f8k8 commented 6 months ago

The Typescript compiler complains about some of the functions in @paljs/utils using the types from @prisma/generator-helper even though they're exported from @paljs/types. The functions in utils just need type annotations for their return types.