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#

unmoderated (ModerationQueue!)#

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

reported (ModerationQueue!)#

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.

pending (ModerationQueue!)#

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