Update "Own" Recipe
Update an "own" recipe
CAUTION: Legacy Endpoint! Please refer to the User's recipe documentation for a new and improved way of creating your own recipe for food logging or other purposes.
Use the updateOwnRecipe
mutation to update an "own" recipe for the currently logged user.
Argument | Required | Type | Description |
| true | String! | databaseId of the "own" recipe |
| false | String! | Name of the "own" recipe |
| false | Collection of ingredients of the "own" recipe | |
| false | Float! | Quantity of the ingredient |
Last updated