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

Aggregate resolver return type is wrong #323

Closed f8k8 closed 3 months ago

f8k8 commented 3 months ago

The return type of the aggregate resolvers is not quite right, and causes type errors from the Typescript compiler. #321 fixes the return type to match the Prisma types.