Create Log Entry
Create a new meal log entry
Required Arguments
Example
mutation {
createMealLog(
mealType: RECIPE,
mealTime: DINNER,
mealDatabaseId: "a281aa17-e746-4780-b69b-b4c3597bb783",
customServingEquivalent: 122.53701305389404,
date: "2020-04-02",
quantity: 1,
time: "20:00"
) {
success
databaseId
}
}{
"data":{
"createMealLog":{
"success":true,
"databaseId":"cf4b117c751911eaa4d692235651c382"
}
}
}Last updated
Was this helpful?