OBJECT

ProductVariantConnection

link GraphQL Schema definition

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