CreateMatchmakingUserRequest
Input object for creating a new matchmaking user. The elo that is set is the default elo for the user across all arenas.
input CreateMatchmakingUserRequest {
clientUserId: Uint64!
elo: Int64!
data: Struct!
}
Fields
CreateMatchmakingUserRequest.clientUserId ● Uint64! non-null scalar common
CreateMatchmakingUserRequest.elo ● Int64! non-null scalar common
CreateMatchmakingUserRequest.data ● Struct! non-null scalar common
Member Of
CreateMatchmakingUser mutation