MenuItemDeleted Object
Event sent when menu item is deleted.
type MenuItemDeleted implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  menuItem(channel: String): MenuItem
}
Fields
MenuItemDeleted.issuedAt ● DateTime scalar miscellaneous
Time of the event.
MenuItemDeleted.version ● String scalar miscellaneous
Saleor version that triggered the event.
MenuItemDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
MenuItemDeleted.recipient ● App object apps
The application receiving the webhook.
MenuItemDeleted.menuItem ● MenuItem object menu
The menu item the event relates to.
MenuItemDeleted.menuItem.channel ● String scalar miscellaneous
Slug of a channel for which the data should be returned.