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