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