Supplement List

Use the supplements query to get the information of the supplements available in the app.

Arguments

ArgumentTypeDescription

id

ID

Supplement Id.

name

String

Name of the supplement.

first

Int

Retrieves the first results from the list.

last

Int

Retrieves the last results from the list.

after

String

before

String

Available fields

FieldTypeDescription

supplement

A structured version of Supplement information.

Example

{supplements(name:"SuppTest"){
  edges{
    node{
      name
      brand
      id
    }
  }
}}

Last updated