Create "Own" Recipe
Create a new "own" recipe
Resources
List of Arguments
mutation {
createOwnRecipe(
recipeName: "My cool bacon eggs"
logAfterCreation:true
ingredients: [
{
id: "01123",
mealType: USDA_MEAL,
quantity: 2,
serving: 1
},
{
id: "10123",
mealType: USDA_MEAL,
quantity: 1,
serving: 1
}
]
quantity: 1
) {
success
}
}Last updated
Was this helpful?