INPUT_OBJECT

UpdateBoostSettingsInput

The required input for a updateBoostSettings mutation.

link GraphQL Schema definition

1input UpdateBoostSettingsInput {
4
2# The Id of the channel where we want to update the boost enable/disable settings.
3channelID: ID!
7
5# Whether the channel has enabled boost challenges.
6isEarnedEnabled: Boolean
10
8# Whether the channel has enabled boosts.
9isEnabled: Boolean
13
11# Whether the channel has enabled boosts paid for by the community.
12isPaidEnabled: Boolean
14}