MatchmakingUserRequest
Input object for requesting a matchmaking user by ID, or client user ID.
input MatchmakingUserRequest {
id: Uint64
clientUserId: Uint64
}
Fields
MatchmakingUserRequest.id ● Uint64 scalar common
MatchmakingUserRequest.clientUserId ● Uint64 scalar common
Member Of
CreateMatchmakingTicketRequest input ● DeleteMatchmakingUser mutation ● GetMatchesRequest input ● GetMatchmakingTicketsRequest input ● GetMatchmakingUser query ● MatchmakingTicketRequest input ● UpdateMatchmakingUserRequest input