DesCreateCommentThreadInput
Input for comment thread creation.
input DesCreateCommentThreadInput {
area: DesRectangleInput
commentContextType: DesCommentContextType!
documentId: String!
documentName: String
documentType: DesDocumentType!
entityId: ID!
itemAsDesignItemPcbUniqueId: String
itemAsDesignItemSchUniqueId: String
itemAsInternalObjectId: String
releaseId: String
text: String!
}
Fields
DesCreateCommentThreadInput.area ● DesRectangleInput input
Comment thread area.
DesCreateCommentThreadInput.commentContextType ● DesCommentContextType! non-null enum
Comment thread comment context type.
DesCreateCommentThreadInput.documentId ● String! non-null scalar
Comment thread document identifier.
DesCreateCommentThreadInput.documentName ● String scalar
Comment thread document name.
DesCreateCommentThreadInput.documentType ● DesDocumentType! non-null enum
Comment thread document type.
DesCreateCommentThreadInput.entityId ● ID! non-null scalar
Comment thread entity identifier.
DesCreateCommentThreadInput.itemAsDesignItemPcbUniqueId ● String scalar
Comment thread item as design item PCB reference identifier.
DesCreateCommentThreadInput.itemAsDesignItemSchUniqueId ● String scalar
Comment thread item as design item schematic reference identifier.
DesCreateCommentThreadInput.itemAsInternalObjectId ● String scalar
Comment thread item as internal object identifier.
DesCreateCommentThreadInput.releaseId ● String scalar
Comment thread release identifier.
DesCreateCommentThreadInput.text ● String! non-null scalar
Comment thread text.