Skip to main content

GetPublicNotificationTypes

Stable

Signature

query {
GetPublicNotificationTypes
}

Retourne : [PublicNotificationType]!

Exemple

query {
GetPublicNotificationTypes {
id {}
notificationTypeStatus {}
notificationTypeId {}
enableSendingByDefault
forDistributorAdvisors
forDistributorNetworks
}
}