INPUT_OBJECT

UpdateHypeTrainConfigInput

UpdateHypeTrainConfigInput takes series of optional config settings.

link GraphQL Schema definition

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