OBJECT

PromotionsConnection

The connection type for Promotion.

link GraphQL Schema definition

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