OBJECT

ResolvePredictionEventPayload

Payload for resolving a prediciton event.

link GraphQL Schema definition

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