StaffNotificationRecipientDelete Object
Delete staff notification recipient.
type StaffNotificationRecipientDelete {
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
staffNotificationRecipient: StaffNotificationRecipient
}
Fields
StaffNotificationRecipientDelete.shopErrors
● [ShopError!]!
deprecated non-null object shop
DEPRECATED
Use errors
field instead.
StaffNotificationRecipientDelete.errors
● [ShopError!]!
non-null object shop
StaffNotificationRecipientDelete.staffNotificationRecipient
● StaffNotificationRecipient
object miscellaneous
Returned By
staffNotificationRecipientDelete
mutation