OBJECT

CreatePredictionEventPayload

Payload for creating a prediction event.

link GraphQL Schema definition

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