menus
List all menus with optional filtering and sorting
menus(
filter: MenuFilterInput
sortBy: MenuSortingInput
before: String
after: String
first: Int
last: Int
): MenuCountableConnection!
Arguments
menus.filter ● MenuFilterInput input
menus.sortBy ● MenuSortingInput input
menus.before ● String scalar
Returns the items in the list that come before the specified cursor.
menus.after ● String scalar
Returns the items in the list that come after the specified cursor.
menus.first ● Int scalar
Returns the first n items from the list.
menus.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
MenuCountableConnection object
A connection to a list of items.