menuUpdate
Updates a menu.
Triggers the following webhook events:
- MENU_UPDATED (async): A menu was updated.
menuUpdate(
id: ID!
input: MenuInput!
): MenuUpdate
Arguments
menuUpdate.id
● ID!
non-null scalar miscellaneous
ID of a menu to update.
menuUpdate.input
● MenuInput!
non-null input miscellaneous
Fields required to update a menu.
Type
MenuUpdate
object menu
Updates a menu.
Triggers the following webhook events:
- MENU_UPDATED (async): A menu was updated.