OBJECT
Food
A food object
link GraphQL Schema definition
- type Food {
- String :
- # first serving size of the food object
- ServingSize :
- String :
- String :
- Boolean :
- ID! :
- String :
- # Nutrients of the food object
- FoodNutrient] : [
- # Serving sizes of the food object
- ServingSize] : [
- String :
- }