RoundWinScenario
Scenario for predicting the winner of a round
type RoundWinScenario {
match: Match
outcomes: [PredictionOutcomeMatchContestant]
roundNo: Int
}
Fields
RoundWinScenario.match
● Match
object
Related match data
RoundWinScenario.outcomes
● [PredictionOutcomeMatchContestant]
list object
Prediction outcomes for contestants
RoundWinScenario.roundNo
● Int
scalar
Round number
Implemented By
PredictionScenario
union