ReviewerLoadPreview
No description
type ReviewerLoadPreview {
campaignId: ID!
reviewers: [ReviewerLoadPreviewRow!]!
sampleSize: Int!
sampled: Boolean!
totalGrants: Int!
totalReviewers: Int!
}
Fields
ReviewerLoadPreview.campaignId ● ID! non-null scalar
ReviewerLoadPreview.reviewers ● [ReviewerLoadPreviewRow!]! non-null object
Top 200 reviewer rows, sorted by estimated + currently-pending load.
ReviewerLoadPreview.sampleSize ● Int! non-null scalar
ReviewerLoadPreview.sampled ● Boolean! non-null scalar
ReviewerLoadPreview.totalGrants ● Int! non-null scalar
ReviewerLoadPreview.totalReviewers ● Int! non-null scalar
Uncapped count of distinct reviewer rows. reviewers is capped to the top 200 (by estimated + pending), so the UI can say "showing top 200 of N".
Returned By
previewReviewerLoad query