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.

Last updated