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
errorsfield instead.
StaffNotificationRecipientUpdate.errors ● [ShopError!]! non-null object
StaffNotificationRecipientUpdate.staffNotificationRecipient ● StaffNotificationRecipient object
Returned by
staffNotificationRecipientUpdate mutation
Was this page helpful?