CampaignProgress
No description
type CampaignProgress {
byOutcome: JSON!
byStatus: JSON!
needsRemediation: Int!
total: Int!
}
Fields
CampaignProgress.byOutcome ● JSON! non-null scalar
CampaignProgress.byStatus ● JSON! non-null scalar
CampaignProgress.needsRemediation ● Int! non-null scalar
CampaignProgress.total ● Int! non-null scalar
Returned By
reviewCampaignProgress query