OBJECT
The connection type for Trade.
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! }