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