GetMatchResponse
Response object for getting a match.
type GetMatchResponse {
success: Boolean!
match: Match
error: GetMatchError!
}
Fields
GetMatchResponse.success ● Boolean! non-null scalar
GetMatchResponse.match ● Match object matchmaking
GetMatchResponse.error ● GetMatchError! non-null enum matchmaking
Returned By
GetMatch query