OBJECT

PredictionEventEdge

Element in a list of Prediction Events.

link GraphQL Schema definition

1type PredictionEventEdge {
2
3# Opaque cursor describing this edge's position in the paginated list.
4cursor: Cursor!
5
6# The Prediction Event.
7node: PredictionEvent!
8
9}