Hello, I'm having a problem with the MongoDB conne...
# orm-help
a
Hello, I'm having a problem with the MongoDB connector and relations. I'm trying to get a user's organisations based on the
members
property, but it is just returning all organisations, even the ones the user isn't part of. Here's the code I'm using to query, and here's my
schema.prisma
.