Skip to main content

menuItems

List all menu items with optional filtering and sorting

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

Arguments

Returns the items in the list that come before the specified cursor.

Returns the items in the list that come after the specified cursor.

Returns the first n items from the list.

Returns the items in the list that come after the specified cursor.

Type

A connection to a list of items.

Was this page helpful?