ENUM

LeaderboardType

LeaderboardType enumerates the various types of supported Leaderboards.

link GraphQL Schema definition

1enum LeaderboardType {
2
3# Bits cheering leaderboards.
4CHEER
5
6# Sub gifting leaderboards.
7SUBGIFT
8}