Update "Own" Recipe
Update an "own" recipe
mutation {
updateOwnRecipe(
databaseId: "5c9d030a-6a47-11eb-84cf-46e824c1dc9c"
recipeName: "My Daily Snack"
quantity: 2
ingredients: [
{id: "09038", mealType: USDA_MEAL, quantity: 1, serving: 0},
{id: "01123", mealType: USDA_MEAL, quantity: 1, serving: 0}
]
) {
success
}
}{
"data": {
"updateOwnRecipe": {
"success": true
}
}
}Last updated
Was this helpful?