Comment on page
Recipes
That message is displayed when the query is running by using a dev user. This query must be executed by using an end-user. So, create a user by using your given token and dev user and then use that created user to execute the query.
The Suggestic team provides a predefined CSV file where you can send us your recipes. For more information, contact one of the Suggestic's members.
You can use the
similarMacrosRecipes
query. This retrieves 3 recipes equivalent in macronutrient distribution as the one provided in the argument. When you find the desired recipe use theswapMealPlanRecipe
mutation to swap meals.Recipes from the internet don't have instructions. To check the recipe's source, use the author field.
Use the
recipeSearch
query and includes the instructions
field. To filter out any recipe for which we do not have any instructions, set the hasInstructions
parameter to false
.Currently, the API does not support the upload photos feature.
Last modified 1yr ago