is update/connect not possible with updateMany may...
# orm-help
z
is update/connect not possible with updateMany maybe? it works at least if I update only one at a time
c
Sadly is not working. I have developed a working solution mentioned here: https://www.prisma.io/forum/t/updatemany-not-updating/4296/2
This is a known limitation but you can try my solution.
z
thx - but I'm doing it on prisma server not yoga
c
I don't understand, this is a Prisma limitation 🙂
z
yes, and your solution is for resolver in Yoga
c
But it is accessing a Prisma server 🙂
z
sure but I'm updating data directly on dev server, thus mostly a nuisance
c
I wish I could help you, but I don't understand what exactly you want to say. Good luck!