OBJECT

HealthReport

Health Report is a sub category of a HealthAssessment

link GraphQL Schema definition

  • type HealthReport {
  • # cancer of user
  • cancer: String
  • # diabetes of user
  • diabetes: String
  • # The fit score of the user
  • fit_score: String
  • # lean_body_mass of user
  • heart: String
  • # respiratory of user
  • respiratory: String
  • # stroke of user
  • stroke: String
  • }