menuUpdate Mutation
Updates a menu.
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
MenuUpdate
Updates a menu.
Triggers the following webhook events:
- MENU_UPDATED (async): A menu was updated.