OBJECT
The connection type for Purchaser.
type PurchaserConnection {# A list of edges.edges: [PurchaserEdge] # A list of nodes.nodes: [Purchaser] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }