Calories Per Serving
Per serving caloric value of each nutrient
List of Fields
Example
{
recipe(id: "UmVjaXBlOjFkMWIzYzU4LTk3Y2MtNDJlMi05NGEyLTA0OTdjMjVjNjhjYQ==") {
name
caloriesPerServing {
protein
carbs
fat
}
}
}
{
"data": {
"recipe": {
"name": "Three Bean Salad With Corn & Peppers",
"caloriesPerServing": {
"protein": 62.48838057617347,
"carbs": 220.73646040095224,
"fat": 51.05270997574553,
}
}
}
}Last updated
Was this helpful?