UpdateAccountDistributorAdvisor
Signature
mutation {
UpdateAccountDistributorAdvisor(accountId: ...)
}
Retourne : Account!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
accountId | ID! | ✓ | — | — |
distributorId | ID | — | — | |
distributorAdvisorId | ID | — | — | |
targetDistributorIdForPastSubscriptions | ID | — | — |
Exemple
mutation {
UpdateAccountDistributorAdvisor(
accountId: $accountId
) {
# Sélectionner les champs souhaités
}
}