Is it possible to filter by the LIST field?
# prisma-whats-new
r
Is it possible to filter by the LIST field?
If you need to do this kind of thing, the solution in the meantime is to create an extra type and filter using a relationship, rather than using a scalar list
👍🏻 1
r
ok thx 🙂!