Skip to main content

menuItems

List of the storefronts's menu items.

menuItems(
sortBy: MenuItemSortingInput
filter: MenuItemFilterInput
before: String
after: String
first: Int
last: Int
): MenuItemCountableConnection

Arguments

Sort menus items.

Filtering options for menu items.

Return the elements in the list that come before the specified cursor.

Return the elements in the list that come after the specified cursor.

Return the first n elements from the list.

Return the last n elements from the list.

Type

Was this page helpful?