Skip to main content

StaffNotificationRecipientInput

No description

input StaffNotificationRecipientInput {
user: ID
email: String
active: Boolean
}

Fields

StaffNotificationRecipientInput.user ● ID scalar miscellaneous

The ID of the user subscribed to email notifications..

StaffNotificationRecipientInput.email ● String scalar miscellaneous

Email address of a user subscribed to email notifications.

StaffNotificationRecipientInput.active ● Boolean scalar miscellaneous

Determines if a notification active.

Member Of

staffNotificationRecipientCreate mutation ● staffNotificationRecipientUpdate mutation