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


