Hello Geeks,
Is there a way to exclude columns (like passwords & other private tokens) from prisma query responses. Probably a shorter way instead of implicit select
r
Ryan
09/29/2021, 6:32 AM
@Joseph 👋
Not at the moment unfortunately, you would need to use
select
for now. It would be great if you could add a 👍 to this feature request.