menuItemUpdate Mutation
Updates a menu item.
Triggers the following webhook events:
- MENU_ITEM_UPDATED (async): A menu item was updated.
menuItemUpdate(
id: ID!
input: MenuItemInput!
): MenuItemUpdate
Show return type
Arguments
id ● ID!
ID of a menu item to update.
input ● MenuItemInput!
Fields required to update a menu item. Only one of url, category, page, collection is allowed per item.
Type
MenuItemUpdate
Updates a menu item.
Triggers the following webhook events:
- MENU_ITEM_UPDATED (async): A menu item was updated.