menus
List of the storefront's menus.
menus(
sortBy: MenuSortingInput
filter: MenuFilterInput
before: String
after: String
first: Int
last: Int
): MenuCountableConnection
Arguments
menus.sortBy ● MenuSortingInput input
Sort menus.
menus.filter ● MenuFilterInput input
Filtering options for menus.
menus.before ● String scalar
Return the elements in the list that come before the specified cursor.
menus.after ● String scalar
Return the elements in the list that come after the specified cursor.
menus.first ● Int scalar
Return the first n elements from the list.
menus.last ● Int scalar
Return the last n elements from the list.