# Ingredient Amount

The `ingredientAmount` object retrieves the information of the number of ingredients&#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 |
| `grams`       | Float | Recipe measurement.                                                                                                                                                                                                                                                             |
| `milliliters` | Float | Recipe measurement.                                                                                                                                                                                                                                                             |

Use this object in the following:

* [ `createMyRecipe`](https://docs.suggestic.com/graphql/query/mutations/food-log/log-entries/create-a-user-recipe)&#x20;
