Hello everyone, I am using prisma with multiple te...
# prisma-client
l
Hello everyone, I am using prisma with multiple tenants, is there any way to filter the tenant ID on every query?
👀 1
n
Hey Luan 👋 It seems middleware is what you are looking for, you could use middleware to filter and get tenant ID on every query.
v
👋 Hello @Luan Rodrigues, did you have a chance to check Nurul's suggestion? Let us know if you still have any questions!