Historical Biomarker Results

User historicalBiomarkerResults to retrieve all of the user's historical lab results for all biomarkers.

Available Arguments

Available Fields

Example

query {
    historicalBiomarkerResults {
        edges {
            node {
                id 
                date 
                value 
                createdAt 
                updatedAt
                alert
                alertText
                biomarker {
                    id 
                    name
                }
            }
        }
    }
}

Last updated