categories
categories(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: CategoryOrder
where: CategoryWhereInput
): CategoryConnection!
Arguments
categories.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
categories.first ● Int scalar
Returns the first n elements from the list.
categories.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
categories.last ● Int scalar
Returns the last n elements from the list.
categories.orderBy ● CategoryOrder input
Ordering options for Categories returned from the connection.
categories.where ● CategoryWhereInput input
Filtering options for Categories returned from the connection.
Type
CategoryConnection object
A connection to a list of items.