desCommentThread
Search for a specific comment thread associated with a project.
desCommentThread(
projectId: ID!
threadId: String!
): DesCommentThread
Arguments
desCommentThread.projectId ● ID! non-null scalar
The project identifier (DesProject.id).
desCommentThread.threadId ● String! non-null scalar
The reference identifier for a comment thread.
Type
DesCommentThread object
A comment thread contains an initial remark associated with the design and a collection of replies.