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