Create "Own" Recipe
Create a new "own" recipe
Last updated
Was this helpful?
Create a new "own" recipe
Last updated
Was this helpful?
CAUTION: Legacy Endpoint! Please refer to the documentation for a new and improved way of creating your own recipe for food logging or other purposes.
Use the createOwnRecipe
mutation to create a new "own" recipe for the currently logged user. The purpose of creating a custom recipe is to add food with multiple ingredients to add them to your daily log.
Optional: use logAfterCreation to automatically add to the user's log after the item has been created.
Refer to to find and implementation example of this mutation.
Required
Type
recipeName
true
String!
Name of the recipe
logAfterCreation
false
Boolean
Log this recipe after created? default: true
ingredients
true
Object that represents the list of ingredients related to the recipe
quantity
true
Float!
Quantity of the ingredients
serving
true
Float!
Servings quantity
[]