INPUT_OBJECT
CreatePredictionOutcomeInput
Input for creating a Prediction Outcome.
link GraphQL Schema definition
1 input CreatePredictionOutcomeInput { 4 2 # Color of the Outcome. 3 : PredictionOutcomeColor! 7 5 # Title of the Outcome. 6 : String! 8 }