OBJECT

CancelPredictionEventPayload

Payload for canceling a Prediction Evnet.

link GraphQL Schema definition

1type CancelPredictionEventPayload {
2
3# If present, there was an error with the request.
4error: CancelPredictionEventError
5
6# The canceled Prediction Event.
7predictionEvent: PredictionEvent
8
9}