OBJECT

UpdatedOrdersConnection

The connection type for Order.

link GraphQL Schema definition

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