ModerationQueue
ModerationQueue returns the Comments associated with a Moderation Queue.
type ModerationQueue {
id: ID!
count: Int
comments(
first: Int = 10
after: Cursor
orderBy: COMMENT_SORT = CREATED_AT_DESC
): CommentsConnection!
}
Fields
ModerationQueue.id ● ID! non-null scalar
id is a canonical identifier for this specific moderation queue.
ModerationQueue.count ● Int scalar
count will return the number of Comments that are in this queue.
ModerationQueue.comments ● CommentsConnection! non-null object
comments are the comments on the ModerationQueue.
ModerationQueue.comments.first●Intscalar
ModerationQueue.comments.after ● Cursor scalar
ModerationQueue.comments.orderBy ● COMMENT_SORT enum
Member Of
ModerationQueues object