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