Skip to main content
Version: testnet (v0.73)

successorMarkets

List markets in a succession line

successorMarkets(
marketId: ID!
fullHistory: Boolean
pagination: Pagination
): SuccessorMarketConnection

Arguments

successorMarkets.marketId ● ID! non-null scalar

Market ID of any market in the succession line

successorMarkets.fullHistory ● Boolean scalar

Flag indicating whether to include the full succession line or not. If not specified, the default is false. When false, only the requested market and its children are returned.

successorMarkets.pagination ● Pagination input

Optional pagination information

Type

SuccessorMarketConnection object

Connection type for retrieving cursor-based paginated market information