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
Show return type

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.