Hello Geeks, Is there a way to exclude columns (l...
# orm-help
j
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
@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.