nsignes
02/15/2019, 2:05 PMmutation {
q1: updateMyObject(...){...},
q2: updateMyOtherObject(...){...}
}Do Prisma guarantee the order of execution and transaction all the queries (ie, if q2 fails for some reason, would q1 be rollbacked ?) I know GraphQL server are supposed to guarantee the order of action when receiving multiple mutations, and I read that Prisma mutation are atomic (though that article could refer to nested mutation too...), but if anyone has a more direct prisma-related knowledge on this case, I'd be grateful... Thanks for any info !
marcus
02/15/2019, 2:20 PMnsignes
02/15/2019, 2:31 PMnsignes
02/15/2019, 2:34 PM