OBJECT

UpdateChannelPredictionSettingsPayload

Payload for updating a channel's Prediction Settings.

link GraphQL Schema definition

1type UpdateChannelPredictionSettingsPayload {
2
3# If present, there was an error with the request.
4error: UpdateChannelPredictionSettingsError
5
6# The updated settings.
7settings: ChannelPredictionSettings
8
9}