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