Skip to main content

GetCommunicationTypes

Stable

Signature

query {
GetCommunicationTypes
}

Retourne : [CommunicationType!]!

Exemple

query {
GetCommunicationTypes {
id
code
label
}
}