OBJECT

ProductConnection

link GraphQL Schema definition

  • type ProductConnection {
  • # A list of edges.
  • edges: [ProductEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • }