UserEmailNotificationSettings
UserEmailNotificationSettings stores the email notification settings for a given User.
type UserEmailNotificationSettings {
onReply: Boolean!
onFeatured: Boolean!
onStaffReplies: Boolean!
onModeration: Boolean!
digestFrequency: DIGEST_FREQUENCY!
}
Fields
UserEmailNotificationSettings.onReply ● Boolean! non-null scalar
onReply, when true, will enable email notifications to be sent to users that have replies to their comments.
UserEmailNotificationSettings.onFeatured ● Boolean! non-null scalar
onFeatured, when true, will enable email notifications to be sent to users that have their comment's featured.
UserEmailNotificationSettings.onStaffReplies ● Boolean! non-null scalar
onStaffReplies when true, will enable email notifications to be sent to users that have a staff member reply to their comments. These notifications will supercede notifications that would have been sent for a basic reply notification.
UserEmailNotificationSettings.onModeration ● Boolean! non-null scalar
onModeration when true, will enable email notifications to be sent to users when a comment that they wrote that was previously unpublished, becomes published due to a moderator action.
UserEmailNotificationSettings.digestFrequency ● DIGEST_FREQUENCY! non-null enum
digestFrequency is the frequency to send email notifications.
Member Of
User object