We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The generator does not include the count API.
Use count to count the number of records or non-null field values. The following example query counts all users:
const userCount = await prisma.user.count()
https://www.prisma.io/docs/concepts/components/prisma-client/aggregation-grouping-summarizing#count
I will create a pull request to add the API.
None I can think of as of now ~ open to suggestions.
This was brought to our attention via ZenStack: zenstackhq/zenstack#618
The text was updated successfully, but these errors were encountered:
Hi @imsanchez , have you already put any effort into this one? I'm wondering if I should start the work form ZenStack side.
Sorry, something went wrong.
Sorry @ymc9 , I have not. Swamped with personal things and just got back. I saw you fixed it from the ZenStack side, thank you!! 🎉
No branches or pull requests
Problem
The generator does not include the count API.
Use count to count the number of records or non-null field values. The following example query counts all users:
https://www.prisma.io/docs/concepts/components/prisma-client/aggregation-grouping-summarizing#count
Suggested solution
I will create a pull request to add the API.
Alternatives
None I can think of as of now ~ open to suggestions.
Additional context
This was brought to our attention via ZenStack: zenstackhq/zenstack#618
The text was updated successfully, but these errors were encountered: