tasks
No description
tasks(
orderBy: [QueryTasksOrderByOrderByClause!]
where: QueryTasksWhereWhereConditions
first: Int!
page: Int
): TaskPaginator!
Arguments
tasks.orderBy ● [QueryTasksOrderByOrderByClause!] list input
tasks.where ● QueryTasksWhereWhereConditions input
tasks.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
tasks.page ● Int scalar
The offset from which items are returned.
Type
TaskPaginator object
A paginated list of Task items.


