OBJECT
The connection type for Product.
type ProductConnection {cursors: [String!]! # A list of edges.edges: [ProductEdge] # A list of nodes.nodes: [Product] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }