Remove Recipe
Available Argument
Example
mutation {
removeFromShoppingList(
recipeId: "UmVjaXBlOjNmMTVmNzkzLTc1ZmQtNGE3YS04MDBkLTIwNGUwZDczYzFkMw=="
) {
success
}
}{
"data": {
"removeFromShoppingList": {
"success": true
}
}
}Last updated
Was this helpful?