OBJECT
FoodNutrient
A food nutrient item object
link GraphQL Schema definition
- type FoodNutrient {
- # The category of the nutrient
- String :
- # Whether the nutrient is imported from the FDC database
- Boolean :
- # The unique identifier of the food
- String :
- # The unique identifier of the nutrient
- ID! :
- # The name of the nutrient
- String :
- # The unit of the nutrient
- String :
- # The value of the nutrient
- Float :
- }