LeadScoringThresholdPaginator
A paginated list of LeadScoringThreshold items.
type LeadScoringThresholdPaginator {
paginatorInfo: PaginatorInfo!
data: [LeadScoringThreshold!]!
}
Fields
LeadScoringThresholdPaginator.paginatorInfo ● PaginatorInfo! non-null object
Pagination information about the list of items.
LeadScoringThresholdPaginator.data ● [LeadScoringThreshold!]! non-null object
A list of LeadScoringThreshold items.
Returned By
leadScoringThresholds query


