Synchronize one or several accounts.
mutation {
synchronize(idAccounts: [1 2 3])
}
- idAccounts (required): List of account IDs to synchronize
Important
Batching synchronization is much more efficient than synchronizing accounts one by one.
Synchronize one or several accounts.
mutation {
synchronize(idAccounts: [1 2 3])
}
Important
Batching synchronization is much more efficient than synchronizing accounts one by one.