GetDynamicLeaderboardEntriesResponse
No description
type GetDynamicLeaderboardEntriesResponse {
entries: [LeaderboardUser]!
leftCursor: String
rightCursor: String
totalCount: Int!
}
No description
type GetDynamicLeaderboardEntriesResponse {
entries: [LeaderboardUser]!
leftCursor: String
rightCursor: String
totalCount: Int!
}
entries ● [LeaderboardUser]! non-null objectleftCursor ● String scalarrightCursor ● String scalartotalCount ● Int! non-null scalar