OBJECT
HypeTrainKickoffConfig
The Hype Train kickoff configuration.
link GraphQL Schema definition
1 type HypeTrainKickoffConfig { 2 3 # What quantity of current commerce events can trigger a Hype Train. 4 : Int! 5 6 # The minimum value of points that the combined events have to equal to kick off a 7 # Hype Train. 8 : Int! 9 10 # The period of time that is required for these commerce events to occur in to 11 # execute a Hype Train. 12 : Int! 13 14 }