TradeEdge
An edge in a connection.
type TradeEdge {
node: Trade
cursor: Cursor!
}
Fields
TradeEdge.node ● Trade object
The item at the end of the edge.
TradeEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
TradeConnection object