UpdateInvestorRelationship
Signature
mutation {
UpdateInvestorRelationship(accountId: ..., specificRelationship: ...)
}
Retourne : Account
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
accountId | ID! | ✓ | — | — |
specificRelationship | Boolean! | ✓ | — | — |
relationshipComment | String | — | — | |
relationshipRisk | LcbftLevel | — | — |
Exemple
mutation {
UpdateInvestorRelationship(
accountId: $accountId
specificRelationship: $specificRelationship
) {
# Sélectionner les champs souhaités
}
}