Skip to main content

MergeInvestmentAccounts

Stable

Signature

mutation {
MergeInvestmentAccounts(accountIdToKeep: ..., accountIdToMerge: ...)
}

Retourne : Account!

Arguments

NomTypeRequisDéfautDescription
accountIdToKeepID!
accountIdToMergeID!

Exemple

mutation {
MergeInvestmentAccounts(
accountIdToKeep: $accountIdToKeep
accountIdToMerge: $accountIdToMerge
) {
# Sélectionner les champs souhaités
}
}