Skip to main content

menus

List all menus with optional filtering and sorting

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

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?