Add Multiple Recipes to the Shopping List
Available Argument
Available Fields
Example
mutation {
addRecipesToShoppingList(recipeIds: [
"26400c11-125d-4782-b83c-6c74923ae9ab",
"4719210c-fff5-4709-b6d2-7b460102843d"
]) {
message
success
}
}
{
"data": {
"addRecipesToShoppingList": {
"message": "Recipes successfully added",
"success": true
}
}UI/UX example

Last updated
Was this helpful?