Skip to main content

UpdateCommunication

Stable

Signature

mutation {
UpdateCommunication(communicationId: ...)
}

Retourne : Communication

Arguments

NomTypeRequisDéfautDescription
communicationIdID!
issuerIdID
periodDate
htmlContentString
localizedHtmlContent[LocalizedStringInput]
titleString
localizedTitle[LocalizedStringInput]
communicationTypeCommunicationType

Exemple

mutation {
UpdateCommunication(
communicationId: $communicationId
) {
# Sélectionner les champs souhaités
}
}