UpdateCommunication
Signature
mutation {
UpdateCommunication(communicationId: ...)
}
Retourne : Communication
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
communicationId | ID! | ✓ | — | — |
issuerId | ID | — | — | |
period | Date | — | — | |
htmlContent | String | — | — | |
localizedHtmlContent | [LocalizedStringInput] | — | — | |
title | String | — | — | |
localizedTitle | [LocalizedStringInput] | — | — | |
communicationType | CommunicationType | — | — |
Exemple
mutation {
UpdateCommunication(
communicationId: $communicationId
) {
# Sélectionner les champs souhaités
}
}