2) Can I allow all authenticated users to filter b...
# prisma-whats-new
g
2) Can I allow all authenticated users to filter by email_contains, yet don't allow them to retrieve the e-mail ??
a
Yes, unfortunately (or in your case: fortunately) you can filter on fields that you don't have
READ
permission for.