MarketConnection
Connection type for retrieving cursor-based paginated market information
type MarketConnection {
edges: [MarketEdge!]!
pageInfo: PageInfo!
}
Fields
MarketConnection.edges
● [MarketEdge!]!
non-null object
The markets in this connection
MarketConnection.pageInfo
● PageInfo!
non-null object
The pagination information
Returned by
marketsConnection
query