INPUT_OBJECT
UpdateBoostSettingsInput
The required input for a updateBoostSettings mutation.
link GraphQL Schema definition
1 input UpdateBoostSettingsInput { 4 2 # The Id of the channel where we want to update the boost enable/disable settings. 3 : ID! 7 5 # Whether the channel has enabled boost challenges. 6 : Boolean 10 8 # Whether the channel has enabled boosts. 9 : Boolean 13 11 # Whether the channel has enabled boosts paid for by the community. 12 : Boolean 14 }