RunnerPairsResult
Paged result of runnerPairs. Uses keyset pagination: pass
pageInfo.endCursor back as after on the next call to fetch the
following page.
type RunnerPairsResult {
items: [RunnerPair!]!
pageInfo: RunnerPairsPageInfo!
totalCount: Int!
readyCount: Int!
}
Fields
RunnerPairsResult.items ● [RunnerPair!]! non-null object
RunnerPairsResult.pageInfo ● RunnerPairsPageInfo! non-null object
RunnerPairsResult.totalCount ● Int! non-null scalar
Total count AFTER the search/exchange/tradingMode filters.
RunnerPairsResult.readyCount ● Int! non-null scalar
Count of pairs whose status is READY, AFTER the same filters.
Returned By
runnerPairs query