MODERATION_QUEUE
MODERATION_QUEUE references the specific ModerationQueue that a given Comment can be associated with.
enum MODERATION_QUEUE {
UNMODERATED
REPORTED
PENDING
}
Values
MODERATION_QUEUE.UNMODERATED
UNMODERATED refers to the ModerationQueue for all Comments that have not been moderated yet.
MODERATION_QUEUE.REPORTED
REPORTED refers to the ModerationQueue for all Comments that have been published, have not been moderated by a human yet, and have been reported by a User via a flag.
MODERATION_QUEUE.PENDING
PENDING refers to the ModerationQueue for all Comments that were held back by the system and require moderation in order to be published.
Member Of
commentEnteredModerationQueue
subscription ● CommentEnteredModerationQueuePayload
object ● commentLeftModerationQueue
subscription ● CommentLeftModerationQueuePayload
object