# Supplement

### Fields

| Argument                    | Type                     | Description                                                                                                            |
| --------------------------- | ------------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| `brand`                     | String!                  | Supplement brand.                                                                                                      |
| `name`                      | String!                  | Supplement name.                                                                                                       |
| `servingName`               | String!                  | Supplement serving name ex: Capsule, scoop, etc.                                                                       |
| `category`                  | String!                  | Supplement category.                                                                                                   |
| `directionsOfUse`           | \[DirectionsOfUseInput!] |                                                                                                                        |
| `directionsOfUse.timeOfDay` | TimeOfDay!               | <p>enum TimeOfDay {<br>AT\_WAKING<br>WITH\_BREAKFAST<br>WITH\_LUNCH<br>WITH\_DINNER<br>AT\_BEDTIME<br>ANYTIME<br>}</p> |
| `directionsOfUse.quantity`  | Float!                   | Recommended dosage.                                                                                                    |
| `mainImage`                 | String!                  | Main image URL.                                                                                                        |
| `description`               | String                   | Supplement description.                                                                                                |
| `directionsOfUseText`       | String                   | Recommended use instructions.                                                                                          |
| `externalId`                | String                   | External Id.                                                                                                           |
| `images`                    | \[String]                | Supplement images.                                                                                                     |
| `ingredients`               | String                   | Supplement ingredients.                                                                                                |
| `instructions`              | String                   | Supplement instructions.                                                                                               |
| `shopifyParentId`           | String                   | Shopify parent Id.                                                                                                     |
| `shopifyVariantId`          | String                   | Shopify variant Id.                                                                                                    |
| `sizeCount`                 | Int                      | Supplement size.                                                                                                       |
| `sku`                       | String                   | SKU                                                                                                                    |
| `storeId`                   | String                   | Store Id.                                                                                                              |
| `supplementFacts`           | String                   | Supplement Facts.                                                                                                      |
| `productUrl`                | String                   | URL of the supplement.                                                                                                 |
