Skip to main content

menuItem

Look up a menu item by ID.

menuItem(
id: ID!
channel: String
): MenuItem

Arguments

menuItem.id ● ID! non-null scalar

ID of the menu item.

menuItem.channel ● String scalar

Slug of a channel for which the data should be returned.

Type

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


Was this page helpful?