transactionAsync
Same as `transaction`, but runs async—as a background job.
This method has the same signature as transaction. It’s useful in the case of a long-running job you don’t want to sit around waiting. You can use transactionStatus
to get the status of the transaction in another Mutation call.
Example
Check out our Mutation API Playground for full examples.