INPUT_OBJECT

CancelPredictionEventInput

Input for canceling a Prediction Event (and refunding all users who have contributed).

link GraphQL Schema definition

1input CancelPredictionEventInput {
4
2# The unique identifier of the Prediction Event to cancel.
3id: ID!
5}