INPUT_OBJECT

UpdateChannelPredictionSettingsInput

Update a channel's Prediction Settings. All fields other than channelID are nullable; only specify fields that you wish to update.

link GraphQL Schema definition

1input UpdateChannelPredictionSettingsInput {
4
2# Whether channel moderators are allowed to create and resolve Prediction Events.
3canModeratorsManagePredictions: Boolean
7
5# The ID of the channel to update the settings of.
6channelID: ID!
8}