TransferAccountDataAsyncMutation
Asynchronously transfer account data (transactions and/or snapshots) from one account to another.
This mutation queues a background task and returns immediately. Clients should:
- Check the returned transfer_request_id for tracking
- Poll accountTransferStatus to check if the transfer is in progress
- Poll accountTransferResult with the transfer_request_id to get results when complete
type TransferAccountDataAsyncMutation {
errors: PayloadError
transferRequestId: String
}
Fields
TransferAccountDataAsyncMutation.errors ● PayloadError object
TransferAccountDataAsyncMutation.transferRequestId ● String scalar
Returned By
transferAccountDataAsync mutation