DesComment
A comment is one of remarks associated with a comment thread or task.
type DesComment {
commentId: String!
createdAt: DateTime!
createdBy: DesUser!
mentions: [DesMention!]!
modifiedAt: DateTime!
modifiedBy: DesUser!
text: String!
}
Fields
DesComment.commentId ● String! non-null scalar
The comment reference identifier.
DesComment.createdAt ● DateTime! non-null scalar
The creation date.
DesComment.createdBy ● DesUser! non-null object
The user who created the comment.
DesComment.mentions ● [DesMention!]! non-null object
The users mentioned by this comment.
DesComment.modifiedAt ● DateTime! non-null scalar
The last modification date.
DesComment.modifiedBy ● DesUser! non-null object
The user who modified the comment.
DesComment.text ● String! non-null scalar
The comment text.