UserInPageNotificationSettings
UserInPageNotificationSettings stores the in-page notification settings for a given User.
type UserInPageNotificationSettings { enabled: Boolean! onReply: OnReplySettings! onFeatured: Boolean! onModeration: Boolean!}Fields#
enabled (Boolean!)#
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
onReply (OnReplySettings!)#
onReply, when true, will enable in-page notifications to be sent to users that have replies to their comments.
onFeatured (Boolean!)#
onFeatured, when true, will enable in-page notifications to be sent to users that have their comment's featured.
onModeration (Boolean!)#
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.