Skip to main content

MenuDeleted

Event sent when menu is deleted.

Added in Saleor 3.4
type MenuDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
menu(channel: String): Menu
}

Fields

MenuDeleted.issuedAt ● DateTime scalar

Time of the event.

MenuDeleted.version ● String scalar

Saleor version that triggered the event.

MenuDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

MenuDeleted.recipient ● App object

The application receiving the webhook.

MenuDeleted.menu ● Menu object

The menu the event relates to.

MenuDeleted.menu.channel ● String scalar

Slug of a channel for which the data should be returned.

Interfaces

Event interface


Was this page helpful?