Skip to main content

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:

  1. Check the returned transfer_request_id for tracking
  2. Poll accountTransferStatus to check if the transfer is in progress
  3. 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