Are multiple mutations (bundled in a single graphq...
# prisma-whats-new
m
Are multiple mutations (bundled in a single graphql) request transactional?
n
@mannigan no. each mutation is transactional on their own (excluding nested mutations). if a mutation fails, subsequent mutations are not executed
m
are nested mutations transactional?
i think thats what you just said but i wanted to be sure
n
no, with nested mutation each is transactional on their own
but there is not a transaction spanning both