Skip to main content

ModerationQueues

ModerationQueues are the list of ModerationQueue's that are supported inside Coral that can be used to moderate Comments.

type ModerationQueues {
unmoderated: ModerationQueue!
reported: ModerationQueue!
pending: ModerationQueue!
}

Fields

ModerationQueues.unmoderated ● ModerationQueue! non-null object

unmoderated will return a ModerationQueue for all Comments that have not been moderated yet.

ModerationQueues.reported ● ModerationQueue! non-null object

reported will return a 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.

ModerationQueues.pending ● ModerationQueue! non-null object

pending will return a ModerationQueue for all Comments that were held back by the system and require moderation in order to be published.

Returned by

moderationQueues query

Member Of

ApproveCommentPayload object ● FeatureCommentPayload object ● RejectCommentPayload object ● Story object