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


