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