Skip to main content

MenuItemInput

Fields for a menu item (used in menu creation and updates).

input MenuItemInput {
name: String
url: String
category: ID
collection: ID
page: ID
seller: ID
product: ID
content: ID
policy: ID
}

Fields

Name of the menu item.

URL of the pointed item.

Category to which item points.

Collection to which item points.

Page to which item points.

Seller to which item points.

Product to which item points.

Storefront content page to which item points.

Policy page to which item points.

Member Of

MenuCreateInput input ● menuItemUpdate mutation

Was this page helpful?