OBJECT
CreatePredictionEventPayload
Payload for creating a prediction event.
link GraphQL Schema definition
1 type CreatePredictionEventPayload { 2 3 # If present, there was an error with the request. 4 : CreatePredictionEventError 5 6 # The created Prediction Event. 7 : PredictionEvent 8 9 }