prisma-nestjs-graphql
prisma-nestjs-graphql copied to clipboard
Count args class is missing?
trafficstars
Hi, I try to use count args (ex. EmployeeCountArgs) but I can't find the class. I found all args except this.
Am I missing something, or count args class is not generated?
Thanks 😄

I found it in prisma, but indeed countArgs is not generated.
Can you provide nestjs resolver code where potential countArgs class will be suitable?
I just maped all prisma's methods to resolver and I found this missing args. It does not have a scope, I just play around with nestjs, graphql and prisma.