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