# Deprecated Features

This document contains information about which functionalities will become or have been marked as deprecated.&#x20;

{% hint style="info" %}
*Deprecated functionalities are not totally removed. However, using them, some unexpected behaviors may occur.*
{% endhint %}

## Deprecated Queries

| **Deprecated Query**                                                                          | **Instead Use:**                                                          |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| [`mealPlannerByDay`](https://docs.suggestic.com/graphql/query/queries/meal-plan/meal-planner) | [Meal Plan](https://docs.suggestic.com/graphql/query/queries/meal-plan-1) |

## Deprecated Mutations

| **Deprecated Mutation**                                                                                                               | **Instead Use:**                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| [`profileMealPlanSettings`](https://docs.suggestic.com/graphql/query/mutations/user-profile/profile-meal-plan-settings)               | [`updateMealPlanSettings`](https://docs.suggestic.com/graphql/query/mutations/user-profile/update-meal-plan-settings)          |
| [`createOwnRecipe`](https://docs.suggestic.com/graphql/query/mutations/food-log/users-foods-and-recipes/own-recipe/create-own-recipe) | [`CreateMyRecipe`](https://docs.suggestic.com/graphql/query/mutations/food-log/users-foods-and-recipes/create-a-user-recipe)   |
| [`updateOwnRecipe`](https://docs.suggestic.com/graphql/query/mutations/food-log/users-foods-and-recipes/own-recipe/update-own-recipe) | [`updateMyRecipe`](https://docs.suggestic.com/graphql/query/mutations/food-log/users-foods-and-recipes/update-a-user-recipe)   |
| [`removeOwnMeal`](https://docs.suggestic.com/graphql/query/mutations/food-log/users-foods-and-recipes/own-recipe/remove-own-recipe)   | [`deleteUserRecipe`](https://docs.suggestic.com/graphql/query/mutations/food-log/users-foods-and-recipes/delete-a-user-recipe) |

## Deprecated Fields

### Recipe Object

The following [recipe](https://docs.suggestic.com/graphql/objects/recipe/recipe-object) fields are deprecated:

| **Deprecated Field**                                                                                 | **Instead Use:**      |
| ---------------------------------------------------------------------------------------------------- | --------------------- |
| `adherence`                                                                                          | `adherenceDetails`    |
| `course`                                                                                             | `courses`             |
| `cuisine`                                                                                            | `cuisines`            |
| `nutrients`                                                                                          | `nutrientsPerServing` |
| [`parsedIngredientLines`](https://docs.suggestic.com/graphql/objects/recipe/parsed-ingredient-lines) | `ingredientLines`     |
| `serving`                                                                                            | `servings`            |
| `sourceUrl`                                                                                          | `sourceUrlWorks`      |

### Restaurant Object

The following [restaurant](https://docs.suggestic.com/graphql/objects/common/restaurant) fields are deprecated:

| **Deprecated Field** | **Instead Use:** |
| -------------------- | ---------------- |
| `cuisine`            | `cuisines`       |
| `cuisineTag`         | `cuisines`       |
| `maxPriceRange`      | `priceRating`    |
| `minPriceRange`      | `priceRating`    |

### Menu Items object

The following [`menuitems`](https://docs.suggestic.com/graphql/query/queries/restaurants/menu-items) and [`recommendedMenuitems`](https://docs.suggestic.com/graphql/query/queries/restaurants/recommend-menu-items)fields are deprecated:

<table data-header-hidden><thead><tr><th width="331">Deprecated Field</th><th>Instead use:</th></tr></thead><tbody><tr><td><strong>Deprecated Field</strong></td><td><strong>Instead use:</strong></td></tr><tr><td><code>course</code></td><td><code>courses</code></td></tr><tr><td><code>nutrients</code></td><td><code>nutritionalInfo</code></td></tr></tbody></table>
