Skip to main content

menuUpdate Mutation

Updates a menu.

Requires the MANAGE_MENUSpermission.

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​

Updates a menu.

Requires the MANAGE_MENUSpermission.

Triggers the following webhook events:

  • MENU_UPDATED (async): A menu was updated.