Clear Checked Items
Example
mutation {
clearShoppingListCheckedItems {
success
}
}{
"data": {
"clearShoppingListCheckedItems": {
"success": true
}
}
}UI/UX example

Last updated
Was this helpful?
mutation {
clearShoppingListCheckedItems {
success
}
}{
"data": {
"clearShoppingListCheckedItems": {
"success": true
}
}
}
Last updated
Was this helpful?
Was this helpful?