Skip to main content

tasks

Find tasks

tasks(
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "title" }]
createdAt: DateTimeRange
updatedAt: DateTimeRange
accountId: ID
createdById: ID
delegatedById: ID
relatedToId: ID
relatedToType: tasksRelatedToTypeType
after: String
before: String
first: Int
last: Int
): TaskConnection

Arguments

tasks.sort ● [Sort!] list input

Sort result

tasks.createdAt ● DateTimeRange input

Filter by created at

tasks.updatedAt ● DateTimeRange input

Filter by updated at

tasks.accountId ● ID scalar

Filter by accountId

tasks.createdById ● ID scalar

Filter by createdById

tasks.delegatedById ● ID scalar

Filter by delegatedById

Filter by relatedToId

Filter by relatedToType

tasks.after ● String scalar

Returns the elements in the list that come after the specified cursor.

tasks.before ● String scalar

Returns the elements in the list that come before the specified cursor.

tasks.first ● Int scalar

Returns the first _n_ elements from the list.

tasks.last ● Int scalar

Returns the last _n_ elements from the list.

Type

TaskConnection object

The connection type for Task.