leadScoringThresholds
No description
leadScoringThresholds(
first: Int!
orderBy: [QueryLeadScoringThresholdsOrderByOrderByClause!]
page: Int
scoring_ruleset_id: ID!
where: QueryLeadScoringThresholdsWhereWhereConditions
): LeadScoringThresholdPaginator!
Arguments
leadScoringThresholds.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
leadScoringThresholds.orderBy ● [QueryLeadScoringThresholdsOrderByOrderByClause!] list input
leadScoringThresholds.page ● Int scalar
The offset from which items are returned.
leadScoringThresholds.scoring_ruleset_id ● ID! non-null scalar
leadScoringThresholds.where ● QueryLeadScoringThresholdsWhereWhereConditions input
Type
LeadScoringThresholdPaginator object
A paginated list of LeadScoringThreshold items.


