OBJECT

HypeTrainNotificationThreshold

The notification threshold for an action / source combination.

link GraphQL Schema definition

1type HypeTrainNotificationThreshold {
2
3# The action performed.
4action: HypeTrainParticipationAction!
5
6# The source of the action.
7source: HypeTrainParticipationSource!
8
9# The value that is the theshold for displaying a notification.
10value: Int!
11
12}