GetCommunication
Signature
query {
GetCommunication(id: ...)
}
Retourne : Communication
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
userId | ID | — | — | |
accountId | ID | — | — |
Exemple
query {
GetCommunication(
id: $id
) {
id
title
localizedTitle {}
issuer {}
communicationType {}
period
htmlContent
localizedHtmlContent {}
state {}
publishDate
CommunicationDocuments {}
communicationDocuments {}
}
}