I created a scalar list tags
in Post
model. I want only unique tags in the list. How to do that?
Post model:
I created a scalar list tags
in Post
model. I want only unique tags in the list. How to do that?
Post model:
Prisma does not have support for this. This question has an answer that might interest you.