INPUT_OBJECT

ResolvePredictionEventInput

Input for resolving a Prediction Event (and paying out all of the users who predicted correctly).

link GraphQL Schema definition

1input ResolvePredictionEventInput {
4
2# The unique identifier of the Prediction Event to resolve.
3eventID: ID!
7
5# The unique identifier of the Prediction Outcome to select as the winner.
6outcomeID: ID!
8}