Skip to main content

desProjectTasks

The list of project tasks.

desProjectTasks(
after: String
before: String
first: Int
last: Int
projectId: ID!
): DesTaskConnection

Arguments

desProjectTasks.after ● String scalar

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

desProjectTasks.before ● String scalar

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

desProjectTasks.first ● Int scalar

Returns the first _n_ elements from the list.

desProjectTasks.last ● Int scalar

Returns the last _n_ elements from the list.

desProjectTasks.projectId ● ID! non-null scalar

The identifier for a specific project.

Type

DesTaskConnection object

A connection to a list of items.