Clear Checked Items

Use clearShoppingListCheckedItemsto remove all items currently marked as done.

Example

Clear all checked items form the user's Shopping List

mutation {
  clearShoppingListCheckedItems {
    success
  }
}

UI/UX example

In the same way, we have code examples, this is an implementation example in which see results of the API execution in the Suggestic App.

Login to the App, tap on the Meal Plan option, and tap on the icon to access the Shopping List, Tap on By Recipe tab, the action to clear all checked items is the same as explained as follows:

Last updated

Was this helpful?