Check/Uncheck an Item
Available Arguments
Example
mutation {
toggleShoppingListItem(
itemId: "195c0e2f-302f-4f65-8982-aa13fee2f8d5"
isAggregate: true
){
success
}
}{
"data": {
"toggleShoppingListItem": {
"success": true
}
}
}Last updated
Was this helpful?