Skip to main content
Version: 3.x

StaffNotificationRecipientDelete

Delete staff notification recipient.

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

Fields

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

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

StaffNotificationRecipientDelete.errors ● [ShopError!]! non-null object

StaffNotificationRecipientDelete.staffNotificationRecipient ● StaffNotificationRecipient object

Returned by

staffNotificationRecipientDelete mutation


Was this page helpful?