Recommended Supplements
Available Arguments
Argument
Type
Description
Available Fields
Field Name
Type
Description
Example
query supplementsRecommended($id: ID, $first: Int) {
supplementsRecommended(id: $id, first: $first) {
pageInfo {
startCursor hasNextPage hasPreviousPage endCursor
}
edges {
cursor
node {
id createdAt updatedAt
supplement {
id name category mainImage brand servingName description
directionsOfUseText sizeCount externalId sku storeId
shopifyVariantId shopifyParentId instructions ingredients
supplementFacts images directionsOfUse { id quantity timeOfDay }
createdAt updatedAt
}
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?