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