MichalLytek / typegraphql-prisma

Prisma generator to emit TypeGraphQL types and CRUD resolvers from your Prisma schema

Home Page:https://prisma.typegraphql.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adding count resolver for findmany

benhason1 opened this issue · comments

Hi,
it would be amazing if there would be a count resolver to a findMany resolver.
I know it could be a problem because you would have to make another query to the DB to get the count so even a dedicated resolver for the count that will look like this CountXResolver.ts would make the job.