Skip to main content

UpdateEmailNotificationSettingsInput

No description

input UpdateEmailNotificationSettingsInput {
onReply: Boolean
onFeatured: Boolean
onStaffReplies: Boolean
onModeration: Boolean
digestFrequency: DIGEST_FREQUENCY
clientMutationId: String!
}

Fields

UpdateEmailNotificationSettingsInput.onReply ● Boolean scalar

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

UpdateEmailNotificationSettingsInput.onFeatured ● Boolean scalar

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

UpdateEmailNotificationSettingsInput.onStaffReplies ● Boolean scalar

onStaffReplies when true, will enable email 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.

UpdateEmailNotificationSettingsInput.onModeration ● Boolean scalar

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

UpdateEmailNotificationSettingsInput.digestFrequency ● DIGEST_FREQUENCY enum

digestFrequency is the frequency to send email notifications.

UpdateEmailNotificationSettingsInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

Member Of

updateEmailNotificationSettings mutation