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