SetInvestmentModalitiesStatus
Signature
mutation {
SetInvestmentModalitiesStatus(investmentId: ..., modalitiesStatus: ..., withEmail: ...)
}
Retourne : Investment
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
investmentId | ID! | ✓ | — | — |
modalitiesStatus | InvestmentModalitiesStatus! | ✓ | — | — |
withEmail | Boolean! | ✓ | — | — |
refusedComment | String | — | — |
Exemple
mutation {
SetInvestmentModalitiesStatus(
investmentId: $investmentId
modalitiesStatus: $modalitiesStatus
withEmail: $withEmail
) {
# Sélectionner les champs souhaités
}
}