LeaderboardEntry
No description
interface LeaderboardEntry {
score: Int!
rank: Int!
}
Fields
score ● Int! non-null scalar
rank ● Int! non-null scalar
Member of
GetLeaderboardEntryResponse object ● Leaderboard interface
Implemented by
LeaderboardUser object