Legacy | User's Biomarkers
Mutation used to set the user's biomarker data.
Create Profile Biomarkers
mutation {
createProfileBiomarkers(
hba1c: 3.0
totalCholesterol: 200
cholesterolLdl: 200
vitaminD: 200
vitaminB12: 100
cortisol: 20
ferritin: 200
) {
success
}
}{
"data": {
"createProfileBiomarkers": {
"success": true
}
}
}Update Profile Biomarkers
Last updated
Was this helpful?