DesUpdateCommentThreadInput
Input for updating a comment thread.
input DesUpdateCommentThreadInput {
commentThreadId: String!
entityId: ID!
status: DesCommentThreadStatus!
}
Fields
DesUpdateCommentThreadInput.commentThreadId ● String! non-null scalar
Comment thread identifier.
DesUpdateCommentThreadInput.entityId ● ID! non-null scalar
Entity identifier.
DesUpdateCommentThreadInput.status ● DesCommentThreadStatus! non-null enum
Comment thread status.