Hello, Is there any to select everything but a fie...
# orm-help
c
Hello, Is there any to select everything but a field with prisma? If I want to select all fields on a table but not one, I need to set all the others to true Maybe I could just say something like exclude and tell which columns to exclude ?
1
n
Hi 👋 We do have a feature request to support exclude natively #5042 Please add a 👍 to the request so that we could prioritise it. For now, you can follow this guide to exclude certain parameters without explicitly setting others to true.