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