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