UpdateSecurityOperationCapitalCall
Signature
mutation {
UpdateSecurityOperationCapitalCall(id: ..., name: ..., date: ...)
}
Retourne : SecurityOperationCapitalCall
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
name | String! | ✓ | — | — |
date | Date! | ✓ | — | — |
Exemple
mutation {
UpdateSecurityOperationCapitalCall(
id: $id
name: $name
date: $date
) {
# Sélectionner les champs souhaités
}
}