DeleteMatchResponse
Response object for deleting a match.
type DeleteMatchResponse {
success: Boolean!
error: DeleteMatchError!
}
Fields
DeleteMatchResponse.success ● Boolean! non-null scalar
DeleteMatchResponse.error ● DeleteMatchError! non-null enum matchmaking
Returned By
DeleteMatch mutation