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