Skip to main content
Version: 3.x

StaffNotificationRecipientUpdate

Updates a staff notification recipient.

Requires MANAGE_SETTINGSpermission.
type StaffNotificationRecipientUpdate {
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
staffNotificationRecipient: StaffNotificationRecipient
}

Fields

StaffNotificationRecipientUpdate.shopErrors ● [ShopError!]! deprecated non-null object

DEPRECATED

This 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


Was this page helpful?