Skip to main content

MenuItem

Represents a single item of the related menu. Can store categories, collection, pages, sellers, products, content or policy pages.

type MenuItem implements Node {
id: ID!
menu: Menu!
name: String!
parent: MenuItem
category: Category
collection: Collection
page: Page
seller: Seller
product: Product
content: Content
policy: Policy
level: Int!
children: [MenuItem!]!
url: String
}

Fields

The ID of the object

URL to the menu item.

Interfaces

Node interface

An object with an ID

Returned By

menuItem query

Member Of

Menu object ● MenuItem object ● MenuItemCountableEdge object ● MenuItemCreate object ● MenuItemDelete object ● MenuItemUpdate object

Was this page helpful?