EndMatchResponse
Response object for ending a match.
type EndMatchResponse {
success: Boolean!
error: EndMatchError!
}
Fields
EndMatchResponse.success ● Boolean! non-null scalar
EndMatchResponse.error ● EndMatchError! non-null enum matchmaking
Returned By
EndMatch mutation