Relative Calories
Relative caloric value of each macronutrient as a percentage of total calories per serving.
List of Fields
Please note that fields not documented here may be out of date or deprecated.
Nutrient
Unit
carbs
%
fat
%
dha
%
dpa
%
epa
%
ala
%
saturatedFat
%
monounsaturatedFat
%
polyunsaturatedFat
%
transFat
%
omega3
%
Example
Obtaining the caloric value of each macronutrient as a percentage of total calories per serving.
{
recipe(id: "UmVjaXBlOjFkMWIzYzU4LTk3Y2MtNDJlMi05NGEyLTA0OTdjMjVjNjhjYQ==") {
name
caloriesPerServing {
protein
carbs
fat
}
relativeCalories {
carbs
fat
protein
saturatedFat
omega3
transFat
}
}
}
Last updated
Was this helpful?