INPUT_OBJECT

CreatePredictionOutcomeInput

Input for creating a Prediction Outcome.

link GraphQL Schema definition

1input CreatePredictionOutcomeInput {
4
2# Color of the Outcome.
3color: PredictionOutcomeColor!
7
5# Title of the Outcome.
6title: String!
8}