0

I created a scalar list tags in Post model. I want only unique tags in the list. How to do that?

Post model:

enter image description here

user4157124
  • 2,809
  • 13
  • 27
  • 42
Kashif Ali
  • 187
  • 2
  • 9

1 Answers1

3

Prisma does not have support for this. This question has an answer that might interest you.

Raphael Etim
  • 612
  • 5
  • 8