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