Félix Bayart

Results 1 issues of Félix Bayart

**The bug** Hi there, I'm having some issues using an updateMany mutation with prisma binding : ``` prisma.mutation.updateManyReviews( { where: { key_in: keys }, data: { analysisStatus: 'PENDING' } },...