Add a Recipe to the Shopping List
Manage Shopping Lists
Available Argument
Available Fields
Example
mutation {
addToShoppingList(recipeId: "bd2f4b0c-83fc-4a45-8b2c-862bb31c85a9") {
success
message
}
}{
"data": {
"addToShoppingList": {
"success": true,
"message": "Recipe successfully added"
}
}
}Example with Servings
UI/UX example

Add Multiple Recipes to a Shopping list
Available Argument
Example
Last updated
Was this helpful?