UpdateNotificationSettingsInput
No description
input UpdateNotificationSettingsInput {
onReply: Boolean
onFeatured: Boolean
onStaffReplies: Boolean
onModeration: Boolean
digestFrequency: DIGEST_FREQUENCY
clientMutationId: String!
}
Fields
UpdateNotificationSettingsInput.onReply
● Boolean
scalar
onReply, when true, will enable notifications to be sent to users that have replies to their comments.
UpdateNotificationSettingsInput.onFeatured
● Boolean
scalar
onFeatured, when true, will enable notifications to be sent to users that have their comment's featured.
UpdateNotificationSettingsInput.onStaffReplies
● Boolean
scalar
onStaffReplies when true, will enable 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.
UpdateNotificationSettingsInput.onModeration
● Boolean
scalar
onModeration when true, will enable notifications to be sent to users when a comment that they wrote that was previously unpublished, becomes published due to a moderator action.
UpdateNotificationSettingsInput.digestFrequency
● DIGEST_FREQUENCY
enum
digestFrequency is the frequency to send notifications.
UpdateNotificationSettingsInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
updateNotificationSettings
mutation