Skip to main content

lists

lists(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: ListOrder
where: ListWhereInput
): ListConnection!

Arguments

lists.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

lists.first ● Int scalar

Returns the first n elements from the list.

lists.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

lists.last ● Int scalar

Returns the last n elements from the list.

lists.orderBy ● ListOrder input

Ordering options for Lists returned from the connection.

lists.where ● ListWhereInput input

Filtering options for Lists returned from the connection.

Type

ListConnection object

A connection to a list of items.