Update Serving Number
Example
mutation {
updateShoppingListRecipeServings(
recipeId: "UmVjaXBlOjQyOWM5N2M5LTMyN2ItNDFlNS05MjdlLWI5ZWU3YTJjZWRlYg==",
numberOfServings: 2) {
success
}
}{
"data": {
"updateShoppingListRecipeServings": {
"success": true
}
}
}UI/UX example

Last updated
Was this helpful?
