LeadScoreSummary
No description
type LeadScoreSummary {
activity_score: Int!
contact_score: Int!
engagement_score: Int!
lead_score_ruleset: LeadScoreRuleset
manual_score: Int!
total_score: Int!
}
Fields
LeadScoreSummary.activity_score ● Int! non-null scalar
LeadScoreSummary.contact_score ● Int! non-null scalar
LeadScoreSummary.engagement_score ● Int! non-null scalar
LeadScoreSummary.lead_score_ruleset ● LeadScoreRuleset object
LeadScoreSummary.manual_score ● Int! non-null scalar
LeadScoreSummary.total_score ● Int! non-null scalar
Member Of
Contact object


