```const playersId = ['foo', 'bar']; prisma.move.f...
# orm-help
a
Copy code
const playersId = ['foo', 'bar'];
prisma.move.findMany({
      where: {
        matchId,
      },
// Lost after this
});