Skip to main content

UserNotificationSettingEntry Object

Description

Notification setting entry specifying email and backoffice notification preferences.

Declaration

type UserNotificationSettingEntry {
email: Boolean
backoffice: Boolean
}

Fields

NameTypeDescription
emailBooleanWhether email notifications are enabled.
backofficeBooleanWhether backoffice notifications are enabled.