OBJECT

CartItemConnection

The connection type for CartItem.

link GraphQL Schema definition

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