UserNotificationSettings
UserNotificationSettings stores the notification settings for a given User.
type UserNotificationSettings {
  onReply: Boolean!
  onFeatured: Boolean!
  onStaffReplies: Boolean!
  onModeration: Boolean!
  digestFrequency: DIGEST_FREQUENCY!
}
Fields
UserNotificationSettings.onReply ● Boolean! non-null scalar
onReply, when true, will enable notifications to be sent to users that have replies to their comments.
UserNotificationSettings.onFeatured ● Boolean! non-null scalar
onFeatured, when true, will enable notifications to be sent to users that have their comment's featured.
UserNotificationSettings.onStaffReplies ● Boolean! non-null scalar
onStaffReplies when true, will enable 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.
UserNotificationSettings.onModeration ● Boolean! non-null scalar
onModeration when true, will enable notifications to be sent to users when a comment that they wrote that was previously unpublished, becomes published due to a moderator action.
UserNotificationSettings.digestFrequency ● DIGEST_FREQUENCY! non-null enum
digestFrequency is the frequency to send notifications.
Member Of
User  object