Skip to main content

MenuItemCreateInput

Fields required to create a menu item.

input MenuItemCreateInput {
name: String!
url: String
category: ID
collection: ID
page: ID
seller: ID
product: ID
content: ID
policy: ID
menu: ID!
parent: 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.

Menu to which item belongs.

ID of the parent menu item. If empty, item will be at root level.

Member Of

menuItemCreate mutation

Was this page helpful?