MatchWinScenario
Scenario for predicting the winner of a match
type MatchWinScenario {
match: Match
outcomes: [PredictionOutcomeMatchContestant]
}
Fields
MatchWinScenario.match ● Match object
Related match data
MatchWinScenario.outcomes ● [PredictionOutcomeMatchContestant] list object
Prediction outcomes for contestants
Implemented By
PredictionScenario union