Biomarkers
Last updated
Was this helpful?
Was this helpful?
query {
biomarkers {
edges {
node {
id
name
description
method
createdAt
updatedAt
category { name }
range { min max }
optimalRange { min max }
aliases { name language }
units { name factor }
}
}
}
}{
"data": {
"biomarkers": {
"edges": [
{
"node": {
"id": "QmlvbWFya2VyOjE=",
"name": "Diabetes Risk Index",
"description": "Diabetes...",
"method": "Method for diabetes risk index",
"createdAt": "2022-12-12T14:50:01.792961+00:00",
"updatedAt": "2022-12-12T14:50:01.792989+00:00",
"category": {
"name": "Adrenocortical hormones"
},
"range": {
"min": 0,
"max": 100
},
"optimalRange": {
"min": 0,
"max": 100
},
"aliases": [
{
"name": "DRI",
"language": "EN"
}
],
"units": [
{
"name": "%",
"factor": 1
}
]
}
}
]
}
}
}