TradeEdge
Edge type containing the trade and cursor information returned by a TradeConnection
type TradeEdge {
node: Trade!
cursor: String!
}
Fields
TradeEdge.node
● Trade!
non-null object
The trade
TradeEdge.cursor
● String!
non-null scalar
The cursor for this trade
Member of
TradeConnection
object