TournamentUser
Type representing a tournament user. Tournaments are created by creating a the first tournament user with a specific tournament, interval, and user ID.
type TournamentUser {
id: Uint64!
tournament: String!
userId: Uint64!
interval: TournamentInterval!
score: Int64!
ranking: Uint64!
data: Struct!
tournamentStartedAt: Timestamp!
createdAt: Timestamp!
updatedAt: Timestamp!
}
Fields
TournamentUser.id ● Uint64! non-null scalar common
TournamentUser.tournament ● String! non-null scalar
TournamentUser.userId ● Uint64! non-null scalar common
TournamentUser.interval ● TournamentInterval! non-null enum tournament
TournamentUser.score ● Int64! non-null scalar common
TournamentUser.ranking ● Uint64! non-null scalar common
TournamentUser.data ● Struct! non-null scalar common
TournamentUser.tournamentStartedAt ● Timestamp! non-null scalar common
TournamentUser.createdAt ● Timestamp! non-null scalar common
TournamentUser.updatedAt ● Timestamp! non-null scalar common
Member Of
GetTournamentUserResponse object ● GetTournamentUsersResponse object