OBJECT

VariantsConnection

The connection type for Variant.

link GraphQL Schema definition

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