Add Favorite Recipe
Use the userFavoriteRecipe
mutation to set a recipe as a user's favorite.
To obtain a list of the user's favorite recipes, use the myFavoriteRecipes query.
Required Argument
Argument | Type | Description |
| ID | UUID (databaseId) |
Available Fields
Response returns isUserFavorite
bool field
Field Name | Type | Description |
| Boolean | True if the recipe has been set as favorite. Otherwise is False |
| Boolean | True if the recipe has been set as a favorite for the given user. Otherwise is False |
Example
Last updated