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