menuUpdate Mutation
Updates a menu.
Triggers the following webhook events:
- MENU_UPDATED (async): A menu was updated.
menuUpdate(
id: ID!
input: MenuInput!
): MenuUpdate
Details
type MenuUpdate {
menuErrors: [MenuError!]! @deprecated
errors: [MenuError!]!
menu: Menu
}
Arguments
id ● ID!
ID of a menu to update.
input ● MenuInput!
Fields required to update a menu.
Type
MenuUpdate
Updates a menu.
Triggers the following webhook events:
- MENU_UPDATED (async): A menu was updated.