staffNotificationRecipientDelete Mutation
Deletes staff notification recipient.
staffNotificationRecipientDelete(
id: ID!
): StaffNotificationRecipientDelete
Details
type StaffNotificationRecipientDelete {
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
staffNotificationRecipient: StaffNotificationRecipient
}
Arguments
id ● ID!
ID of a staff notification recipient to delete.
Type
StaffNotificationRecipientDelete
Deletes staff notification recipient.