Moritz
02/18/2018, 4:18 PMOR
with the id array does the trick. I did not realize that OR is an UserWhereInput
type. Nice design! const group = await ctx.db.query.groups(
{
where:{
users_every: {OR: users}
}
},
info,
)