ENUM

HypeTrainEventType

An enumeration of event types for Hype Train Activity Feeds.

link GraphQL Schema definition

1enum HypeTrainEventType {
2
3# Event of when a Hype Train started for the given channel.
4HYPE_TRAIN_STARTED
5
6# Event of when a Hype Train ended for the given channel.
7HYPE_TRAIN_ENDED
8
9# Notification of when another Hype Train can start.
10HYPE_TRAIN_COOL_DOWN_EXPIRED
11}