Does anybody have issues with nested mutations whe...
# orm-help
f
Does anybody have issues with nested mutations when updating many entities at once? Like using
connect
inside
updateManyPosts
. It returns the correct “count” of modified entities but nothing has changed in the DB 🤔 Edit: seems that it’s already reported https://github.com/prisma/prisma/issues/2010
👍 1