Create my Branded Food
Use the createMyBrandedFoods
mutation to log an own-brand food intake.
Available Arguments
Name
Type
Required?
Description
name
String
Yes
Name of the food
description
String
No
Description of the food
brandOwner
String
Yes
Name of the brand owner
servingSizeUnit
String
Yes
Quantity of grams per serving size unit
servingSize
String
Yes
Quantity of grams per serving
householdServingFulltext
String
No
Name of the serving
Available Fields
The following field will be part of the response.
Field name
Type
Description
sucess
String
True if the branded food has been created. Otherwise, it displays False
message
String
Description of the result
Example
Last updated