Biomarker Categories
Biomarker Categories
Last updated
Was this helpful?
Biomarker Categories
Last updated
Was this helpful?
Was this helpful?
query {
biomarkerCategories(first: 2) {
edges {
node {
id
name
order
createdAt
updatedAt
parent {
id
name
}
}
}
}
}{
"data": {
"biomarkerCategories": {
"edges": [
{
"node": {
"id": "QmlvbWFya2VyQ2F0ZWdvcnk6NDg=",
"name": "Adrenocortical hormones",
"order": 1,
"createdAt": "2022-11-09T21:15:59.404998+00:00",
"updatedAt": "2022-11-09T21:15:59.405008+00:00",
"parent": {
"id": "QmlvbWFya2VyQ2F0ZWdvcnk6NDQ=",
"name": "Hormonal studies"
}
}
},
{
"node": {
"id": "QmlvbWFya2VyQ2F0ZWdvcnk6MQ==",
"name": "Allergy testing",
"order": 0,
"createdAt": "2022-11-09T21:15:59.401796+00:00",
"updatedAt": "2022-11-09T21:15:59.401915+00:00",
"parent": null
}
}
]
}
}
}