@Transaction on mutation not rollback #1648
Unanswered
lucasrocha2022
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, For the transaction to be propagated through your various service calls, you'll need to pass the RequestContext object through to all TransactionalConnection |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I´m using @transaction in my mutation like below
In my walletService i do some typeorm repository saves and throw an Error to check the rollback
I´ve notice that is not rollingback, i´m missing something?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions