You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got the following setup: An author and posts and I want to count how many posts belong to the specific author. In prisma(.js), I'd achieve that by using "Count relations".
I am probably just missing some small part to solve this issue, it's probably even just me and not your great library. Nonetheless, I don't know what to do, so I am opening this issue.
The text was updated successfully, but these errors were encountered:
I've got the following setup: An author and posts and I want to count how many posts belong to the specific author. In prisma(.js), I'd achieve that by using "Count relations".
I am probably just missing some small part to solve this issue, it's probably even just me and not your great library. Nonetheless, I don't know what to do, so I am opening this issue.
The text was updated successfully, but these errors were encountered: