UpdateInPageNotificationSettingsInput
No description
input UpdateInPageNotificationSettingsInput {
onReply: OnReplySettingsInput
onFeatured: Boolean
onModeration: Boolean
enabled: Boolean
clientMutationId: String!
}
Fields
UpdateInPageNotificationSettingsInput.onReply ● OnReplySettingsInput input
onReply, when true, will enable in-page notifications to be sent to users that have replies to their comments.
UpdateInPageNotificationSettingsInput.onFeatured ● Boolean scalar
onFeatured, when true, will enable in-page notifications to be sent to users that have their comment's featured.
UpdateInPageNotificationSettingsInput.onModeration ● Boolean 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.
UpdateInPageNotificationSettingsInput.enabled ● Boolean scalar
enabled, when true, shows a notification count for in-page notifications
UpdateInPageNotificationSettingsInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Member Of
updateInPageNotificationSettings mutation