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