desWorkspaceTasks
The list of workspace tasks.
desWorkspaceTasks(
after: String
before: String
first: Int
last: Int
workspaceUrl: String
): DesTaskConnection
Arguments
desWorkspaceTasks.after ● String scalar
Returns the elements in the list that come after the specified cursor.
desWorkspaceTasks.before ● String scalar
Returns the elements in the list that come before the specified cursor.
desWorkspaceTasks.first ● Int scalar
Returns the first _n_ elements from the list.
desWorkspaceTasks.last ● Int scalar
Returns the last _n_ elements from the list.
desWorkspaceTasks.workspaceUrl ● String scalar
The URL of the workspace to get tasks from.
Type
DesTaskConnection object
A connection to a list of items.