OBJECT

LockPredictionEventPayload

Payload from closing a prediciton event to new predictions.

link GraphQL Schema definition

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