menuItemCreate Mutation
Creates a new menu item.
Triggers the following webhook events:
- MENU_ITEM_CREATED (async): A menu item was created.
menuItemCreate(
input: MenuItemCreateInput!
): MenuItemCreate
Show return type
Arguments
input ● MenuItemCreateInput!
Fields required to update a menu item. Only one of url, category, page, collection is allowed per item.
Type
MenuItemCreate
Creates a new menu item.
Triggers the following webhook events:
- MENU_ITEM_CREATED (async): A menu item was created.