lists
No description
lists(
orderBy: [QueryListsOrderByOrderByClause!]
where: QueryListsWhereWhereConditions
first: Int! = 1000
page: Int
): ListPaginator!
Arguments
lists.orderBy ● [QueryListsOrderByOrderByClause!] list input
lists.where ● QueryListsWhereWhereConditions input
lists.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 1000.
lists.page ● Int scalar
The offset from which items are returned.
Type
ListPaginator object
A paginated list of List items.


