GetMatchesResponse
Response object for getting a list of matches.
type GetMatchesResponse {
success: Boolean!
matches: [Match]
}
Fields
GetMatchesResponse.success ● Boolean! non-null scalar
GetMatchesResponse.matches ● [Match] list object matchmaking
Returned By
GetMatches query