Recommended Articles
Use the articlesRecommended
query to get the list of all recommended articles.
Available Arguments
Argument
Type
Description
first
Int
Retrieves the first results from the list.
id
ID
Id of the Lab Test Report.
Available Fields
Example
query articlesRecommended($id: ID) {
articlesRecommended(id: $id) {
edges {
node {
id createdAt updatedAt
article { id title imageUrl }
biomarker {
id name method description range { max min }
aliases { name language }
category { id name parent { id name } }
units { name factor alias }
optimalRange { max min }
borderlineRange { max min }
}
}
}
}
}
Last updated
Was this helpful?