DesCommentThread
A comment thread contains an initial remark associated with the design and a collection of replies.
type DesCommentThread {
assignedTo: DesUser
comments: [DesComment!]!
commentThreadId: String!
context: DesCommentContext!
createdAt: DateTime!
createdBy: DesUser!
modifiedAt: DateTime!
modifiedBy: DesUser!
originalStateScreenshotUrl: String
status: Int!
threadNumber: Int!
}
Fields
DesCommentThread.assignedTo ● DesUser object
The account information for the owner of any action or response to this comment thread.
DesCommentThread.comments ● [DesComment!]! non-null object
The list of replies associated with this comment thread.
DesCommentThread.commentThreadId ● String! non-null scalar
The reference identifier for this comment thread (used by desCreateComment, desDeleteComment, desUpdateComment).
DesCommentThread.context ● DesCommentContext! non-null object
The information about properties related to this comment thread.
DesCommentThread.createdAt ● DateTime! non-null scalar
The DateTime for the creation of this comment thread.
DesCommentThread.createdBy ● DesUser! non-null object
The account information for who created this comment thread.
DesCommentThread.modifiedAt ● DateTime! non-null scalar
The DateTime for the most recent modification of this comment thread.
DesCommentThread.modifiedBy ● DesUser! non-null object
The account information for who most recently modified this comment thread.
DesCommentThread.originalStateScreenshotUrl ● String scalar
The web address to download the screenshot associated with the creation of this comment thread.
DesCommentThread.status ● Int! non-null scalar
Comment thread status.
DesCommentThread.threadNumber ● Int! non-null scalar
The sequence number of this comment thread.