Prediction
Represents a prediction entity
type Prediction {
id: ID
scenario: PredictionScenario
timestamp: PredictionTimestamp
}
Fields
Prediction.id
● ID
scalar
Unique identifier of the prediction
Prediction.scenario
● PredictionScenario
union
Type of prediction
Prediction.timestamp
● PredictionTimestamp
object
Timestamps associated with the prediction
Returned By
predictions
subscription