Skip to main content

LeaderboardUser

No description

type LeaderboardUser implements LeaderboardEntry {
flowAddress: String!
score: Int!
rank: Int!
username: String!
profileImageURL: String!
tiebreaker: LeaderboardTieBreaker!
tiebreakerType: TiebreakerType!
}

Fields

flowAddress ● String! non-null scalar

score ● Int! non-null scalar

rank ● Int! non-null scalar

username ● String! non-null scalar

profileImageURL ● String! non-null scalar

tiebreaker ● LeaderboardTieBreaker! non-null union

tiebreakerType ● TiebreakerType! non-null enum

Interfaces

LeaderboardEntry interface

Member of

GetDynamicLeaderboardEntriesResponse object ● GetDynamicLeaderboardEntryResponse object ● PlayerLeaderboard object ● TeamLeaderboard object