Skip to main content

menus

List of the storefront's menus.

menus(
sortBy: MenuSortingInput
filter: MenuFilterInput
before: String
after: String
first: Int
last: Int
): MenuCountableConnection

Arguments

Sort menus.

Filtering options for menus.

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?