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