transferAccountDataAsync
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
transferAccountDataAsync(
input: TransferAccountDataMutationInput!
): TransferAccountDataAsyncMutation
Arguments
transferAccountDataAsync.input ● TransferAccountDataMutationInput! non-null input
Type
TransferAccountDataAsyncMutation object
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