DesTask
Task activities in Altium 365 workspace for workspace members.
type DesTask implements Node {
assignee: DesUser!
comments: [DesComment!]!
createdAt: DateTime!
createdBy: DesUser!
description: String!
id: ID!
modifiedAt: DateTime!
modifiedBy: DesUser!
name: String!
priority: DesTaskPriority!
refId: String!
status: DesTaskStatus!
}
Fields
DesTask.assignee ● DesUser! non-null object
The assigned user.
DesTask.comments ● [DesComment!]! non-null object
The list of task comments.
DesTask.createdAt ● DateTime! non-null scalar
The creation date.
DesTask.createdBy ● DesUser! non-null object
The user who created the task.
DesTask.description ● String! non-null scalar
The task description.
DesTask.id ● ID! non-null scalar
The node identifier.
DesTask.modifiedAt ● DateTime! non-null scalar
The last modification date.
DesTask.modifiedBy ● DesUser! non-null object
The user who modified the task.
DesTask.name ● String! non-null scalar
The task name.
DesTask.priority ● DesTaskPriority! non-null enum
The task priority.
DesTask.refId ● String! non-null scalar
The task identifier shown in Altium 365.
DesTask.status ● DesTaskStatus! non-null enum
The task status.
Interfaces
Node interface
The node interface is implemented by entities that have a global unique identifier.