Supplement Recommendations
Last updated
Was this helpful?
Use the supplementRecommendations query to obtain a user's supplement recommendations based on a given assessment.
assessmentID
ID!
Assessment ID
top
Int
Number of supplements returned by the query from the top of the scored list.
score
Float
Recommendation score
query {
supplementRecommendations(assessmentId: $assessmentId, top: $top) {
supplement {
id
name
}
score
}
}
Last updated
Was this helpful?
Was this helpful?