# Ingredients

The `ingredient` object retrieves the information of the user's recipe ingredient&#x20;

### Available Fields

| Field Name | Type   |                                                                                                                                                                                                                                                                                 |
| ---------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `FoodID`   | ID     | The `FoodID` retrieved from the [`brandedFoods`](https://docs.suggestic.com/graphql/query/search/food-search-for-food-log/branded-foods-search) or [`customFoods` ](https://docs.suggestic.com/graphql/query/search/food-search-for-food-log/common-foods-search)search queries |
| `name`     | String | Name of the ingredient                                                                                                                                                                                                                                                          |
| `grams`    | Float  | Recipe measurement.                                                                                                                                                                                                                                                             |

Use this object in the following:

* [`MyRecipe`](https://docs.suggestic.com/graphql/query/queries/food-log/users-recipes)&#x20;
