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