Supplement list
Arguments
Argument
Type
Description
Available fields
Field
Type
Description
Example
{supplements(name:"SuppTest"){
edges{
node{
name
brand
id
}
}
}}{
"data": {
"supplements": {
"edges": [
{
"node": {
"name": "SuppTest",
"brand": "ACME",
"id": "U3VwcGxlbWVudDpkMzAxNmM4Ni1kNGVmLTRiYjAtODk0OS0xYWNiZmFmNzY5YjE="
}
}
]
}
}
}Last updated
Was this helpful?