OBJECT

OrderConnection

link GraphQL Schema definition

  • type OrderConnection {
  • # A list of edges.
  • edges: [OrderEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • }