MenuCreated Object
Event sent when new menu is created.
type 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 miscellaneous
Slug of a channel for which the data should be returned.