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