ENUM

LeaderboardTimePeriodType

LeaderboardTimePeriodType enumerates the various types of supported Leaderboards.

link GraphQL Schema definition

1enum LeaderboardTimePeriodType {
2
3# Daily leaderboards reset at midnight PT.
4DAY
5
6# Weekly leaderboards reset at midnight PT between Sunday and Monday.
7WEEK
8
9# Monthly leaderboards reset at midnight PT on the last day of the month.
10MONTH
11
12# All time leaderboards are cumulative back to when Bits launched in June of 2016.
13ALLTIME
14}