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