OBJECT

HypeTrain

The wrapper structure that contains information regarding a Hype Train.

link GraphQL Schema definition

1type HypeTrain {
2
3# Configuration for Hype Trains for a channel, normally loaded this way when
4# configuring the Hype Train from the
5# Broadcaster's perspective.
6config: HypeTrainConfig
7
8# Information pertaining to executions of Hype Trains in a channel. This is loaded
9# on channel page load.
10execution: HypeTrainExecution
11
12}