StaffNotificationRecipientDelete
Delete staff notification recipient.
type StaffNotificationRecipientDelete {
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
staffNotificationRecipient: StaffNotificationRecipient
}
Fields
StaffNotificationRecipientDelete.shopErrors
● [ShopError!]!
deprecated non-null object
DEPRECATEDThis 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