Biomarker Units
Available Arguments
Argument
Type
Description
Available Fields
Field Name
Type
Description
Example
query {
biomarkerUnits(first: 2) {
edges {
node {
id
name
alias
factor
createdAt
updatedAt
}
}
}
}{
"data": {
"biomarkerUnits": {
"edges": [
{
"node": {
"id": "QmlvbWFya2VyVW5pdDoxNTU=",
"name": " ",
"alias": null,
"factor": 1,
"createdAt": "2022-11-09T20:52:59.968196+00:00",
"updatedAt": "2022-11-09T20:52:59.968202+00:00"
}
},
{
"node": {
"id": "QmlvbWFya2VyVW5pdDox",
"name": "%",
"alias": null,
"factor": 1,
"createdAt": "2022-11-09T20:52:59.892962+00:00",
"updatedAt": "2022-11-09T20:52:59.892968+00:00"
}
}
]
}
}
}Last updated
Was this helpful?