StaffNotificationRecipientUpdate
Updates a staff notification recipient.
type StaffNotificationRecipientUpdate {
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
staffNotificationRecipient: StaffNotificationRecipient
}
Fields
StaffNotificationRecipientUpdate.shopErrors
● [ShopError!]!
deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
StaffNotificationRecipientUpdate.errors
● [ShopError!]!
non-null object
StaffNotificationRecipientUpdate.staffNotificationRecipient
● StaffNotificationRecipient
object
Returned by
staffNotificationRecipientUpdate
mutation