GetMatchmakingUserResponse
Response object for getting a matchmaking user.
type GetMatchmakingUserResponse {
success: Boolean!
matchmakingUser: MatchmakingUser
error: GetMatchmakingUserError!
}
Fields
GetMatchmakingUserResponse.success ● Boolean! non-null scalar
GetMatchmakingUserResponse.matchmakingUser ● MatchmakingUser object matchmaking
GetMatchmakingUserResponse.error ● GetMatchmakingUserError! non-null enum matchmaking
Returned By
GetMatchmakingUser query