Skip to main content
Version: 3.x

StaffNotificationRecipientInput

No description

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

Fields

StaffNotificationRecipientInput.user ● ID scalar

The ID of the user subscribed to email notifications..

StaffNotificationRecipientInput.email ● String scalar

Email address of a user subscribed to email notifications.

StaffNotificationRecipientInput.active ● Boolean scalar

Determines if a notification active.

Member of

staffNotificationRecipientCreate mutation ● staffNotificationRecipientUpdate mutation


Was this page helpful?