Skip to main content

UpdateInvestmentAccount

Stable

Signature

mutation {
UpdateInvestmentAccount(investmentId: ..., accountId: ...)
}

Retourne : Investment!

Arguments

NomTypeRequisDéfautDescription
investmentIdID!
accountIdID!

Exemple

mutation {
UpdateInvestmentAccount(
investmentId: $investmentId
accountId: $accountId
) {
# Sélectionner les champs souhaités
}
}