My Branded Food Search
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
pageInfo{
hasNextPage
hasPreviousPage
startCursor
endCursor
}{
myBrandedFoods {
edges {
node {
id
name
servingSize
servingSizeUnit
householdServingFulltext
nutrients {
unit
type
name
}
}
}
}
}
{
"data": {
"myBrandedFoods": {
"edges": [
{
"node": {
"id": "TXlCcmFuZGVkRm9vZDpiY0RFTVg4QmI0RHRoTlZhRVIwTQ==",
"name": "Milk",
"servingSize": 240,
"servingSizeUnit": "ml",
"householdServingFulltext": "1 cup",
"nutrients": [
{
"unit": "MG",
"type": "POTASSIUM_K",
"name": "Potassium, K"
},
{
"unit": "MG",
"type": "CALCIUM_CA",
"name": "Calcium, Ca"
}
]
}
}
]
}
}
}