Historical Results by Biomarker
Use query historicalResultsByBiomarker
to retrieve all historical values for a specific biomarker.
Available Arguments
id
ID
Id of the biomarker.
results.start
date
Use the format: YYYY-MM-DD
results.end
date
Use the format: YYYY-MM-DD
Available Fields
results
ProfileBiomarkerConnection
results.id
ID
id of the profile biomarker.
results.date
datetime
Use the format: YYYY-MM-DDT hh:mm:ssZ
results.value
GenericScalar
The GenericScalar
scalar type represents a generic GraphQL scalar value that could be: String, Boolean,
Int, Float, List or Object.
results.displayValue
String
Optional display value
results.createdAt
datetime
Use the format: YYYY-MM-DDT hh:mm:ssZ
results.updatedAt
datetime
Use the format: YYYY-MM-DDT hh:mm:ssZ
biomarker
biomarker.id
ID
Id of biomarker.
biomarker.name
String
Name of biomarker.
articles
articles
Article recommendations.
articles.id
ID
Article recommendation ID.
articles.title
String
Article recommendation title.
articles.sourceUrl
String
Article recommendation source URL.
articles.imageUrl
String
Article recommendation image URL.
articles.categories.name
String
Article recommendation category name.
articles.categories.id
ID
Article recommendation category id.
Example
Example with Article recommendations
Last updated
Was this helpful?