SetDistributionReinvestment
Signature
mutation {
SetDistributionReinvestment(id: ..., needReinvestment: ...)
}
Retourne : AccountSecurityContract!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
needReinvestment | Boolean! | ✓ | — | — |
reinvestmentPercentage | Float | — | — |
Exemple
mutation {
SetDistributionReinvestment(
id: $id
needReinvestment: $needReinvestment
) {
# Sélectionner les champs souhaités
}
}