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.
Example
Last updated