Clear Shopping List
mutation {
clearShoppingList {
success
}
}{
"data": {
"clearShoppingList": {
"success": true
}
}
}UI/UX example

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