OBJECT

TradeConnection

The connection type for Trade.

link GraphQL Schema definition

  • type TradeConnection {
  • cursors: [String!]!
  • # A list of edges.
  • edges: [TradeEdge]
  • # A list of nodes.
  • nodes: [Trade]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }

link Require by