Skip to content

NutrientsInput

Payload for a food nutrients

Fields

added_sugars · String · The number of added sugars in the food
calcium · String · The amount of calcium in the food
carbs · String · The amount of carbohydrates in the food
cholesterol · String · The amount of cholesterol in the food
fat · String · The amount of fat in the food
iron · String · The amount of iron in the food
kcal · String · The number of kilocalories in the food
monounsaturated_fat · String · The amount of monounsaturated fat in the food
polyunsaturated_fat · String · The amount of polyunsaturated fat in the food
potassium · String · The amount of potassium in the food
protein · String · The amount of protein in the food
saturated_fat · String · The amount of saturated fat in the food
sodium · String · The amount of sodium in the food
total_fiber · String · The amount of total fiber in the food
total_sugars · String · The amount of total sugars in the food
trans_fat · String · The amount of trans fat in the food
vitamin_a · String · The amount of vitamin A in the food
vitamin_c · String · The amount of vitamin C in the food
vitamin_d · String · The amount of vitamin D in the food

Used By

Definition

"""
Payload for a food nutrients
"""
input NutrientsInput {
"""
The number of added sugars in the food
"""
added_sugars: String
"""
The amount of calcium in the food
"""
calcium: String
"""
The amount of carbohydrates in the food
"""
carbs: String
"""
The amount of cholesterol in the food
"""
cholesterol: String
"""
The amount of fat in the food
"""
fat: String
"""
The amount of iron in the food
"""
iron: String
"""
The number of kilocalories in the food
"""
kcal: String
"""
The amount of monounsaturated fat in the food
"""
monounsaturated_fat: String
"""
The amount of polyunsaturated fat in the food
"""
polyunsaturated_fat: String
"""
The amount of potassium in the food
"""
potassium: String
"""
The amount of protein in the food
"""
protein: String
"""
The amount of saturated fat in the food
"""
saturated_fat: String
"""
The amount of sodium in the food
"""
sodium: String
"""
The amount of total fiber in the food
"""
total_fiber: String
"""
The amount of total sugars in the food
"""
total_sugars: String
"""
The amount of trans fat in the food
"""
trans_fat: String
"""
The amount of vitamin A in the food
"""
vitamin_a: String
"""
The amount of vitamin C in the food
"""
vitamin_c: String
"""
The amount of vitamin D in the food
"""
vitamin_d: String
}