GetPublicNotificationTypes
Signature
query {
GetPublicNotificationTypes
}
Retourne : [PublicNotificationType]!
Exemple
query {
GetPublicNotificationTypes {
id {}
notificationTypeStatus {}
notificationTypeId {}
enableSendingByDefault
forDistributorAdvisors
forDistributorNetworks
}
}