CommentType
No description
type CommentType {
id: ID!
isOwnComment: Boolean
content: String
formattedContent: String
deleted: Boolean
createdAt: String
deletedAt: String
lastModifiedAt: String
isModified: Boolean
creator: UserType
documentDBId: String
document: DocumentType
}
Fields
CommentType.id
● ID!
non-null scalar
The ID of an object
CommentType.isOwnComment
● Boolean
scalar
CommentType.content
● String
scalar
CommentType.formattedContent
● String
scalar
CommentType.deleted
● Boolean
scalar
CommentType.createdAt
● String
scalar
CommentType.deletedAt
● String
scalar
CommentType.lastModifiedAt
● String
scalar
CommentType.isModified
● Boolean
scalar
CommentType.creator
● UserType
object
CommentType.documentDBId
● String
scalar
CommentType.document
● DocumentType
object
Returned by
onCreateCommentOnDocument
subscription ● onRemoveCommentOnDocument
subscription
Member of
CommentMutationPayloadType
object ● DocumentCommentsConnectionTypeEdge
object ● ViewerCommentConnectionEdge
object