Add Multiple Recipes to the Shopping List
Use the addRecipesToShoppingList
mutation to add multiple recipes to the user's shopping list
Available Argument
Arguments
Type
Description
recipeIds
[UUID]
Array of recipe database IDs
Available Fields
Field Name
Type
Description
success
Boolean
True if the recipe has been added to the shopping list. Otherwise, it will display False
message
String
Description of the result. Either if the recipe was added or not.
Example
UI/UX example
This is an implementation example from the Suggestic App.
Last updated
Was this helpful?