Hi, does anyone know how to make 2 level nested qu...
# orm-help
l
Hi, does anyone know how to make 2 level nested queries in prisma client?, I'm trying to make a query like: prisma.user({userId}).sentOpinions().toUser().userId But the only thing that works is: prisma.user({userId}).sentOpinions()