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