OBJECT

LineItemConnection

The connection type for LineItem.

link GraphQL Schema definition

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