OBJECT
PredictionEventConnection
Paginated list of Prediction Events for a channel.
link GraphQL Schema definition
1 type PredictionEventConnection { 2 3 # The elements in the list. 4 : [PredictionEventEdge!]! 5 6 # Information about this page. 7 : PageInfo! 8 9 }