OBJECT

HypeTrainKickoffConfig

The Hype Train kickoff configuration.

link GraphQL Schema definition

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