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