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