Supplement list

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

Arguments

Argument
Type
Description

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

Field
Type
Description

supplement

A structured version of Supplement information.

Example

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

Last updated