Transactions in GraphQL

Hi, we would like add our vote to support @transaction directive using GraphQL. Lack of transaction support in GraphQL means you have to use DQL transactions, which means that you have update manually the reverse edges as far we understand. This add a lot of complexity on any business logic, that would be simplified if we had the transaction directive on GraphQL.

2 Likes