I got it working with this... but it makes no sens...
# prisma-whats-new
v
I got it working with this... but it makes no sense to me:
Copy code
const conversationExists = await ctx.db.exists.Conversation({
  participants_every: { AND: [{ id_in: [userId, currentUserId] }] }
});