OBJECT

CommunityPointsWatchStreakEarningSettings

Settings for how many community points are awarded for a watch streak of a specific duration.

link GraphQL Schema definition

1type CommunityPointsWatchStreakEarningSettings {
2
3# How many points are awarded for a streak of this length.
4points: Int!
5
6# How long of a streak a user has.
7streakLength: Int!
8
9}