OBJECT
UpdateChannelPredictionSettingsPayload
Payload for updating a channel's Prediction Settings.
link GraphQL Schema definition
1 type UpdateChannelPredictionSettingsPayload { 2 3 # If present, there was an error with the request. 4 : UpdateChannelPredictionSettingsError 5 6 # The updated settings. 7 : ChannelPredictionSettings 8 9 }