MenuUpdated
Event sent when menu is updated.
Added in Saleor 3.4type MenuUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
menu(channel: String): Menu
}
Fields
MenuUpdated.issuedAt ● DateTime scalar
Time of the event.
MenuUpdated.version ● String scalar
Saleor version that triggered the event.
MenuUpdated.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
MenuUpdated.recipient ● App object
The application receiving the webhook.
MenuUpdated.menu ● Menu object
The menu the event relates to.
MenuUpdated.menu.channel●StringscalarSlug of a channel for which the data should be returned.
Interfaces
Event interface
Was this page helpful?