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