Calories Per Serving

Per serving caloric value of each nutrient

List of Fields

Please note that fields not documented here may be out of date or deprecated.

Example

Obtaining the caloric value of each nutrient per serving of a recipe.

{
  recipe(id: "UmVjaXBlOjFkMWIzYzU4LTk3Y2MtNDJlMi05NGEyLTA0OTdjMjVjNjhjYQ==") {
    name
    caloriesPerServing {
      protein
      carbs
      fat
    }
  }
}

Last updated