OBJECT
DashboardActivityFeedActivityHypeTrainEvent
When a HypeTrain event occurs for the given user.
link GraphQL Schema definition
1 type DashboardActivityFeedActivityHypeTrainEvent implements DashboardActivityFeedActivity { 2 3 # Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus 5 6 # The highest level completed on this HypeTrain. 7 : Int 8 9 # Unique identifier of the Hype Train. 10 : ID! 11 12 # Unique identifier for this HypeTrain event. 13 : ID! 14 15 # When this HypeTrain event occurred. 16 : Time! 17 18 # The total amount of Bits contributed on this HypeTrain. 19 : Int 20 21 # The total count of subs and sub gifts contributed on this HypeTrain. 22 : Int 23 24 # The type of this HypeTrain event. 25 : HypeTrainEventType! 26 27 }
link Required by
This element is not required by anyone