prisma-nestjs-graphql icon indicating copy to clipboard operation
prisma-nestjs-graphql copied to clipboard

Count args class is missing?

Open ionut-badea opened this issue 3 years ago • 4 comments
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 😄 image

ionut-badea avatar Apr 20 '22 11:04 ionut-badea

I found it in prisma, but indeed countArgs is not generated.

Can you provide nestjs resolver code where potential countArgs class will be suitable?

unlight avatar Apr 20 '22 18:04 unlight

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.

ionut-badea avatar Apr 21 '22 14:04 ionut-badea