are permissions re-run for every sub-mutation insi...
# prisma-whats-new
f
are permissions re-run for every sub-mutation inside a mutation? I have a
mutation
that contains 2
updateNode
operations on the same
Node
. The permission for the second
updateNode
is not satisfied until the first
updateNode
opperation has been applied, and I think this might explain why the second
updateNode
is failing...
n
will reach out in a PM 🙂