MenuUpdate Object
Updates a menu.
Triggers the following webhook events:
- MENU_UPDATED (async): A menu was updated.
type MenuUpdate {
menuErrors: [MenuError!]! @deprecated
errors: [MenuError!]!
menu: Menu
}
Fields
errors ● [MenuError!]!
menu ● Menu
Show deprecated
Returned By
menuUpdate mutation