Skip to content

healthAssessment

Fetch a single health assessment

Arguments

Returns

HealthAssessment

Example

query healthAssessment(
$device_token: String
$device_type: String
$email: String
$run_id: ID
$user_id: ID
) {
healthAssessment(
device_token: $device_token
device_type: $device_type
email: $email
run_id: $run_id
user_id: $user_id
) {
body_report
created_at
gender
health_report
height
id
is_diabetic
race
recommendation
title
}
}