MarketEdge
Edge type containing the order and cursor information returned by a OrderConnection
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