MatchmakingUser
A matchmaking user. Users are not long lived, they are created at the same time as a matchmaking ticket usually, but can be deleted as long as they are not yet part of a ticket. After that the only way to delete a user is to delete the ticket they are in.
type MatchmakingUser {
id: Uint64!
clientUserId: Uint64!
data: Struct!
elo: Int64!
createdAt: Timestamp!
updatedAt: Timestamp!
}
Fields
MatchmakingUser.id ● Uint64! non-null scalar common
MatchmakingUser.clientUserId ● Uint64! non-null scalar common
MatchmakingUser.data ● Struct! non-null scalar common
MatchmakingUser.elo ● Int64! non-null scalar common
MatchmakingUser.createdAt ● Timestamp! non-null scalar common
MatchmakingUser.updatedAt ● Timestamp! non-null scalar common
Member Of
GetMatchmakingUserResponse object ● GetMatchmakingUsersResponse object ● MatchmakingTicket object