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

Allow arguments for _count fields #330

Open f8k8 opened 3 months ago

f8k8 commented 3 months ago

Fixes #322

AhmedElywa commented 3 months ago

This one will need to update all generators, not only the SDL. If you can do it, thank you. If not, I will do it

f8k8 commented 3 months ago

I've only looked at the SDL one as that's the one we use. I can try to find time to look at the others but it might not be for a while.