GraphQL API Objects MarketOrderConnection
Market order connection
type MarketOrderConnection { # Edges of the connection edges: [MarketOrderConnectionEdge] # Page info of the connection pageInfo: PageInfo # Total count of items in the connection. totalCount: Int # 123456 }