UserNotificationSettingEntry Object
Description
Notification setting entry specifying email and backoffice notification preferences.
Declaration
type UserNotificationSettingEntry {
email: Boolean
backoffice: Boolean
}
Fields
| Name | Type | Description |
|---|---|---|
email | Boolean | Whether email notifications are enabled. |
backoffice | Boolean | Whether backoffice notifications are enabled. |