Skip to main content

UpdateInvestorRelationship

Stable

Signature

mutation {
UpdateInvestorRelationship(accountId: ..., specificRelationship: ...)
}

Retourne : Account

Arguments

NomTypeRequisDéfautDescription
accountIdID!
specificRelationshipBoolean!
relationshipCommentString
relationshipRiskLcbftLevel

Exemple

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