OBJECT
ServingSize
A serving size object
link GraphQL Schema definition
- type ServingSize {
- # number of servings
- Float :
- # Calories of serving size
- Float :
- Boolean :
- String :
- ID :
- ID! :
- # percentage of 100g. For example if modifier is 2.5 then this serving size is
- # 250g
- Float :
- # Arguments
- # food_search: If true, only returns nutrients if food is created
- # by user ()
- Boolean): [FoodNutrient] ( :
- # type of serving (i.e grams, scoop, spoonful)
- String :
- }