OBJECT
BitsLeaderboardItemConnection
Bits leaderboard connection is used to show the various leaderboard items.
link GraphQL Schema definition
1 type BitsLeaderboardItemConnection { 2 3 # edges ... 4 : [BitsLeaderboardItemEdge] 5 6 # pageInfo ... 7 : PageInfo! 8 9 # totalCount ... 10 : Int 11 12 }