Skip to main content

GetNotificationType

Stable

Signature

query {
GetNotificationType(id: ...)
}

Retourne : NotificationType

Arguments

NomTypeRequisDéfautDescription
idNotificationTypeId!

Exemple

query {
GetNotificationType(
id: $id
) {
# Sélectionner les champs souhaités
}
}