tasks
tasks(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: TaskOrder
where: TaskWhereInput
userIDs: [String!]
): TaskConnection!
Arguments
tasks.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
tasks.first ● Int scalar
Returns the first n elements from the list.
tasks.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
tasks.last ● Int scalar
Returns the last n elements from the list.
tasks.orderBy ● TaskOrder input
Ordering options for Tasks returned from the connection.
tasks.where ● TaskWhereInput input
Filtering options for Tasks returned from the connection.
tasks.userIDs ● [String!] list scalar
Filtering options for User IDs
Type
TaskConnection object
A connection to a list of items.