Skip to main content

tasks

Find tasks

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

Arguments

tasks.accountId ● ID scalar

Filter by accountId

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.createdAt ● DateTimeRange input

Filter by created at

tasks.createdById ● ID scalar

Filter by createdById

tasks.delegatedById ● ID scalar

Filter by delegatedById

tasks.first ● Int scalar

Returns the first _n_ elements from the list.

tasks.last ● Int scalar

Returns the last _n_ elements from the list.

Filter by relatedToId

Filter by relatedToType

tasks.sort ● [Sort!] list input

Sort result

tasks.updatedAt ● DateTimeRange input

Filter by updated at

Type

TaskConnection object

The connection type for Task.