Skip to main content
Version: 3.x

menuUpdate

Updates a menu.

Requires MANAGE_MENUSpermission.

Triggers the following webhook events:

  • MENU_UPDATED (async): A menu was updated.
menuUpdate(
id: ID!
input: MenuInput!
): MenuUpdate

Arguments

ID of a menu to update.

Fields required to update a menu.

Type

Updates a menu.

Requires MANAGE_MENUSpermission.

Triggers the following webhook events:

  • MENU_UPDATED (async): A menu was updated.

Was this page helpful?