MarketEdge
Edge type containing the market and cursor information returned by a MarketConnection
type MarketEdge {
node: Market!
cursor: String!
}
Fields
MarketEdge.node ● Market! non-null object
The market
MarketEdge.cursor ● String! non-null scalar
The cursor for this market
Member of
MarketConnection object