My Common Foods Search
Last updated
Was this helpful?
Was this helpful?
{
myCommonFoods {
edges {
node {
id
name
nutrients{
name
type
unit
amount
}
}
}
}
}
{
"data": {
"myCommonFoods": {
"edges": [
{
"node": {
"id": "TXlDb21tb25Gb29kOmUxTUZUWHdCRnhuZkRtOFZZMDRi",
"name": "CALIFORNIA CHILE BLEND",
"nutrients": [
{
"name": "Protein",
"type": "PROTEIN",
"unit": "G",
"amount": 0.038
},
{
"name": "Retinol",
"type": "RETINOL",
"unit": "G",
"amount": 0.34
}
]
}
},
{
"node": {
"id": "TXlDb21tb25Gb29kOkFsTU1UWHdCRnhuZkRtOFZCa19Y",
"name": "Crispy cake wih cinammon",
"nutrients": [
{
"name": "Sugars, added",
"type": "SUGARS_ADDED",
"unit": "G",
"amount": 0.01
},
{
"name": "Lactose",
"type": "LACTOSE",
"unit": "G",
"amount": 0.34
}
]
}
}
]
}
}
}