OBJECT

VariantConnection

The connection type for Variant.

link GraphQL Schema definition

  • type VariantConnection {
  • # A list of edges.
  • edges: [VariantEdge]
  • # A list of nodes.
  • nodes: [Variant]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }