SetInvestmentInterestDate
Signature
mutation {
SetInvestmentInterestDate(investmentId: ...)
}
Retourne : Investment
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
investmentId | ID! | ✓ | — | — |
Exemple
mutation {
SetInvestmentInterestDate(
investmentId: $investmentId
) {
# Sélectionner les champs souhaités
}
}