GetMatchmakingUsersResponse
Response object for getting a list of matchmaking users.
type GetMatchmakingUsersResponse {
success: Boolean!
matchmakingUsers: [MatchmakingUser]
}
Fields
GetMatchmakingUsersResponse.success ● Boolean! non-null scalar
GetMatchmakingUsersResponse.matchmakingUsers ● [MatchmakingUser] list object matchmaking
Returned By
GetMatchmakingUsers query