CommentModerationAction
No description
type CommentModerationAction { id: ID! revision: CommentRevision comment: Comment status: COMMENT_STATUS! moderator: User createdAt: Time!}Fields#
id (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.
createdAt (Time!)#
createdAt is the time that the CommentModerationAction was created.