CommentModerationAction
No description
type CommentModerationAction { id: ID! revision: CommentRevision comment: Comment status: COMMENT_STATUS! moderator: User reason: RejectionReason createdAt: Time!}
#
Fieldsid
(ID!
)#
revision
(CommentRevision
)#
revision is the moderated CommentRevision.
comment
(Comment
)#
comment is the moderated Comment.
status
(COMMENT_STATUS!
)#
status represents the status that was assigned by the moderator.
moderator
(User
)#
moderator is the User that performed the Moderator action. If null, this means that the system has assigned the moderation status.
reason
(RejectionReason
)#
reason is the reason the comment was rejected, if it was rejected
createdAt
(Time!
)#
createdAt is the time that the CommentModerationAction was created.