henrique
04/16/2019, 10:00 PM_some
? e.g. this query returns all my projects
await context.prisma.projects({
where: {
owners_some: { id: userId }
}
})
I want the opposite now to return the projects Iām not associated it. I tried owners_not
but with no luck. Thoughts?carlo
04/16/2019, 10:02 PMhenrique
04/16/2019, 10:02 PMhenrique
04/16/2019, 10:02 PMhenrique
04/16/2019, 10:03 PMhenrique
04/16/2019, 10:05 PMhenrique
04/16/2019, 10:05 PMcarlo
04/16/2019, 10:06 PM