Skip to content

HealthAssessmentRecommendation

Health Assessment Recommendation is a sub category of a HealthAssessment

Fields

cal_deficit · String · cal_deficit of user
carbs_cal · String · carbs_cal of user
carbs_grams · String · carbs_grams of user
carbs_percent · String · Carbs percent
current_body_fat · String · current_body_fat of user
current_body_weight · String · current_body_weight of user
current_daily_caloric_intake · String · current_daily_caloric_intake of user
current_time_to_goal · String · current_time_to_goal of user
fat_cal · String · fat_cal of user
fat_grams · String · fat_grams of user
fat_percent · String · Fat Percent
high_end_caloric_intake · String · high_end_caloric_intake of user
ideal_body_fat · String · Ideal body fat of user
ideal_body_weight · String · ideal_body_weight of user
ideal_daily_caloric_intake · String · ideal_daily_caloric_intake of user
ideal_time_to_goal · String · ideal_time_to_goal of user
low_end_caloric_intake · String · low_end_caloric_intake of user
protein_cal · String · protein_cal of user
protein_grams · String · protein_grams of user
protein_percent · String · Protein Percent

Used By

Definition

"""
Health Assessment Recommendation is a sub category of a HealthAssessment
"""
type HealthAssessmentRecommendation {
"""
cal_deficit of user
"""
cal_deficit: String
"""
carbs_cal of user
"""
carbs_cal: String
"""
carbs_grams of user
"""
carbs_grams: String
"""
Carbs percent
"""
carbs_percent: String
"""
current_body_fat of user
"""
current_body_fat: String
"""
current_body_weight of user
"""
current_body_weight: String
"""
current_daily_caloric_intake of user
"""
current_daily_caloric_intake: String
"""
current_time_to_goal of user
"""
current_time_to_goal: String
"""
fat_cal of user
"""
fat_cal: String
"""
fat_grams of user
"""
fat_grams: String
"""
Fat Percent
"""
fat_percent: String
"""
high_end_caloric_intake of user
"""
high_end_caloric_intake: String
"""
Ideal body fat of user
"""
ideal_body_fat: String
"""
ideal_body_weight of user
"""
ideal_body_weight: String
"""
ideal_daily_caloric_intake of user
"""
ideal_daily_caloric_intake: String
"""
ideal_time_to_goal of user
"""
ideal_time_to_goal: String
"""
low_end_caloric_intake of user
"""
low_end_caloric_intake: String
"""
protein_cal of user
"""
protein_cal: String
"""
protein_grams of user
"""
protein_grams: String
"""
Protein Percent
"""
protein_percent: String
}