OBJECT

ChannelPredictionSettings

Settings dictating how Prediction Events are run on a channel.

link GraphQL Schema definition

1type ChannelPredictionSettings {
2
3# Whether channel moderators are allowed to create and resolve Prediction Events.
4canModeratorsManagePredictions: Boolean!
5
6# Whether the channel is allowed to run Prediction Events at all.
7isEligibleForPredictions: Boolean!
8
9}