# Own Recipe Ingredient

### List of Fields

| Name       | Type                                                                                         | Description                      |
| ---------- | -------------------------------------------------------------------------------------------- | -------------------------------- |
| `id`       | String!                                                                                      | ID of the item                   |
| `mealType` | [MealType](https://docs.suggestic.com/graphql/objects/food-logs/meal-type#available-options) | Type and source of the meal/food |
| `quantity` | Float!                                                                                       | Quantity                         |
| `serving`  | Int!                                                                                         | Number of serving                |
