INPUT_OBJECT

UnsetHypeTrainConfigInput

UnsetHypeTrainConfigInput takes series of optional config settings and unsets the custom value for the default..

link GraphQL Schema definition

1input UnsetHypeTrainConfigInput {
4
2# Custom emote to be rendered in Hype Train messaging.
3calloutEmote: Boolean
7
5# Length of the cooldown period after a hype train ends.
6cooldownPeriodMinutes: Boolean
10
8# The difficulty of hype train levels.
9difficulty: Boolean
13
11# Hype Train kickoff settings.
12eventsThreshold: Boolean
16
14# Whether hype train should be enabled.
15isEnabled: Boolean
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}