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