INPUT_OBJECT
UpdateHypeTrainConfigInput
UpdateHypeTrainConfigInput takes series of optional config settings.
link GraphQL Schema definition
1 input UpdateHypeTrainConfigInput { 4 2 # Custom emote to be rendered in Hype Train messaging. 3 : ID 7 5 # Length of the cooldown period after a hype train ends. 6 : Int 10 8 # The difficulty of hype train levels. 9 : HypeTrainDifficulty 13 11 # Whether hype train should be enabled. 12 : Boolean 16 14 # Hype Train kickoff settings. 15 : HypeTrainKickoffInput 20 17 # A boolean flag that indicates if the hype train settings should be personalized 18 # by Twitch. 19 : Boolean 23 21 # Use creator color as base color of the Hype Train progress bar. 22 : Boolean 24 }