Skip to main content

UpdateInPageNotificationSettingsInput

No description

type UpdateInPageNotificationSettingsInput {  onReply: OnReplySettingsInput  onFeatured: Boolean  onModeration: Boolean  enabled: Boolean  clientMutationId: String!}

Fields#

onReply (OnReplySettingsInput)#

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.

enabled (Boolean)#

enabled, when true, shows a notification count for in-page notifications

clientMutationId (String!)#

clientMutationId is required for Relay support.