CommentRevision
No description
type CommentRevision {
id: ID!
comment: Comment!
actionCounts: ActionCounts!
body: String
media: CommentMedia
metadata: CommentRevisionMetadata!
createdAt: Time!
status: COMMENT_STATUS
}
Fields
CommentRevision.id
● ID!
non-null scalar
id is the identifier of the CommentRevision.
CommentRevision.comment
● Comment!
non-null object
comment is the reference to the original Comment associated with the current Comment.
CommentRevision.actionCounts
● ActionCounts!
non-null object
actionCounts stores the counts of all the actions for the CommentRevision specifically.
CommentRevision.body
● String
scalar
body is the content of the CommentRevision. If null, it indicates that the body text was deleted.
CommentRevision.media
● CommentMedia
union
media is the optional media object attached to this revision.
CommentRevision.metadata
● CommentRevisionMetadata!
non-null object
metadata stores details on a CommentRevision.
CommentRevision.createdAt
● Time!
non-null scalar
createdAt is the time that the CommentRevision was created.
CommentRevision.status
● COMMENT_STATUS
enum
status is the status of the CommentRevision.
Member Of
Comment
object ● CommentModerationAction
object ● Flag
object