how can I get distinct result set using prisma client?
the following query to prisma server gives my intended output. but I need a help to make it callable inside my resolver.
r
Ryan
05/15/2020, 12:28 PM
Hey @Dulara Malindu Colombage 👋
Prisma doesn't support querying for distinct values only, so the most efficient workaround would be using a raw query.