UpdateMatchResponse
Response object for updating a match.
type UpdateMatchResponse {
success: Boolean!
error: UpdateMatchError!
}
Fields
UpdateMatchResponse.success ● Boolean! non-null scalar
UpdateMatchResponse.error ● UpdateMatchError! non-null enum matchmaking
Returned By
UpdateMatch mutation