transactionAwaitable
Same as `transaction`, but waits until it's resolved.
This method has the same signature as transaction. It’s very useful if you want to wait until the transaction is resolved to know for sure if it succeeded or failed.
Example
Check out our Mutation API Playground for full examples.