DesCommentNotificationData
Information contained in comment notification data.
type DesCommentNotificationData {
commentAuthor: String
commentDate: String!
commentId: String!
commentText: String
commentThreadId: String!
documentId: String
documentName: String
projectId: String!
threadData: String
threadDate: String!
threadStatus: String
}
Fields
DesCommentNotificationData.commentAuthor ● String scalar
Comment author.
DesCommentNotificationData.commentDate ● String! non-null scalar
Comment date.
DesCommentNotificationData.commentId ● String! non-null scalar
Comment identifier.
DesCommentNotificationData.commentText ● String scalar
Comment text.
DesCommentNotificationData.commentThreadId ● String! non-null scalar
Comment thread identifier.
DesCommentNotificationData.documentId ● String scalar
Comment notification document identifier.
DesCommentNotificationData.documentName ● String scalar
Comment notification document name.
DesCommentNotificationData.projectId ● String! non-null scalar
Comment notification project identifier.
DesCommentNotificationData.threadData ● String scalar
Comment thread data.
DesCommentNotificationData.threadDate ● String! non-null scalar
Comment thread date.
DesCommentNotificationData.threadStatus ● String scalar
Comment thread status.