OBJECT

PredictionEventConnection

Paginated list of Prediction Events for a channel.

link GraphQL Schema definition

1type PredictionEventConnection {
2
3# The elements in the list.
4edges: [PredictionEventEdge!]!
5
6# Information about this page.
7pageInfo: PageInfo!
8
9}