Last updated
query {
member(id: "TWVtYmVyOjBhMTA3YWM5LTg4Y2EtNGJkYy1iOTdhLWIyODE4NDA1ODVjZA==") {
id
name
birthdate
memberSince
weight
height
credits {
id
value
}
program {
id
name
slug
author
image
cover
backgroundImage
descriptionShort
descriptionLong
restrictions {
id
name
slug
}
}
}
}
{
"data": {
"member": {
"id": "TWVtYmVyOjBhMTA3YWM5LTg4Y2EtNGJkYy1iOTdhLWIyODE4NDA1ODVjZA==",
"name": "Liliana Iriarte S.",
"birthdate": "1993-01-25",
"memberSince": "2021-12-29",
"weight": null,
"height": 1.651,
"credits": [
{
"id": "QXBwb2ludG1lbnRDcmVkaXQ6Mg==",
"value": 1
}
],
"program": {
"id": "UHJvZ3JhbTo0NDIzYTgwNy0wNGFiLTQwOGItODk1Mi00YWU5NzA5NmQ2YjQ=",
"name": "Weight and Wellness",
"slug": "weight-and-wellness",
"author": "SuggesticPlus",
"image": null,
"cover": "https://sg-data.storage.googleapis.com/images_bucket/cover_weight-and-wellness_uhc-b692cc63-8e33-4d53-95e4-356b6ac857e2.png",
"backgroundImage": "program/weight-and-wellness.png",
"descriptionShort": "The Mediterranean Dietary Pattern is similar to the Healthy Dietary Pattern; however, it contains more fruit and seafood and less dairy.",
"descriptionLong": "The Mediterranean Dietary Pattern is similar to the Healthy Dietary Pattern; however, it contains more fruit and seafood and less dairy.\r\n\r\nThis program adheres to a \"Healthy Dietary Pattern\" which includes nutrient-dense vegetables, fruits, grains, dairy, protein, and oils. It limits added sugars, saturated and trans fats, and sodium. Nutrient-dense foods are those that are in their lowest fat form, with little or no saturated fat, and contain little or no added salt or sugar.",
"restrictions": []
}
}
}
}