StaffNotificationRecipientInput Input Type
No description
input StaffNotificationRecipientInput {
user: ID
email: String
active: Boolean
}
Fields
user ● ID
The ID of the user subscribed to email notifications..
email ● String
Email address of a user subscribed to email notifications.
active ● Boolean
Determines if a notification active.
Member Of
staffNotificationRecipientCreate mutation ● staffNotificationRecipientUpdate mutation