Skip to main content

UserInPageNotificationSettings

UserInPageNotificationSettings stores the in-page notification settings for a given User.

type UserInPageNotificationSettings {
enabled: Boolean!
onReply: OnReplySettings!
onFeatured: Boolean!
onModeration: Boolean!
}

Fields

UserInPageNotificationSettings.enabled ● Boolean! non-null scalar

enabled, when true, means the in-page notifications updates with notification count; when disabled, it still appears and can be clicked but shows no indication of updates

UserInPageNotificationSettings.onReply ● OnReplySettings! non-null object

onReply, when true, will enable in-page notifications to be sent to users that have replies to their comments.

UserInPageNotificationSettings.onFeatured ● Boolean! non-null scalar

onFeatured, when true, will enable in-page notifications to be sent to users that have their comment's featured.

UserInPageNotificationSettings.onModeration ● Boolean! non-null scalar

onModeration when true, will enable in-page notifications to be sent to users when a comment that they wrote that was previously unpublished, becomes published due to a moderator action.

Member Of

User object