staffNotificationRecipientUpdate Mutation
Updates a staff notification recipient.
staffNotificationRecipientUpdate(
id: ID!
input: StaffNotificationRecipientInput!
): StaffNotificationRecipientUpdate
Details
type StaffNotificationRecipientUpdate {
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
staffNotificationRecipient: StaffNotificationRecipient
}
Arguments
id ● ID!
ID of a staff notification recipient to update.
input ● StaffNotificationRecipientInput!
Fields required to update a staff notification recipient.
Type
StaffNotificationRecipientUpdate
Updates a staff notification recipient.