ENUM

PredictionOutcomeColor

The possible colors for a Prediction Outcome.

link GraphQL Schema definition

1enum PredictionOutcomeColor {
2
3# Blue.
4BLUE
5
6# Pink.
7PINK
8
9# Green.
10GREEN
11
12# Orange.
13ORANGE
14
15# Grey.
16GREY
17
18# Purple.
19PURPLE
20}