# Biomarker

### Fields

| Argument              | Type               | Description                                                                                                                                                                                                                                                      |
| --------------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `aliases`             | BiomarkerAlias!    | Biomarker alias.                                                                                                                                                                                                                                                 |
| `aliases.language`    | String!            | **enum:** AFRIKAANS ALBANIAN ARABIC CATALAN CHINESE CROATIAN CZECH DANISH DUTCH ENGLISH ESTONIAN FRENCH GERMAN HEBREW HINDI INDONESIAN ITALIAN JAPANESE KOREAN POLISH PORTUGUESE ROMANIAN RUSSIAN SERBIAN SPANISH SWEDISH THAI TURKISH UKRAINIAN VIETNAMESE ZULU |
| `aliases.name`        | String!            | Name of the biomarker alias.                                                                                                                                                                                                                                     |
| `borderlineRange`     | BiomarkerRange     | Biomarker borderline range indicator.                                                                                                                                                                                                                            |
| `borderlineRange.max` | Float              | Largest defined value to be considered as *borderline*.                                                                                                                                                                                                          |
| `borderlineRange.min` | Float              | Smallest defined value to be considered as *borderline*.                                                                                                                                                                                                         |
| `category`            | BiomarkerCategory! | [biomarker category](https://docs.suggestic.com/graphql/query/queries/lab-tests/biomarker-categories).                                                                                                                                                           |
| `createdAt`           | DateTime!          | Main image URL.                                                                                                                                                                                                                                                  |
| `description`         | String             | Supplement description.                                                                                                                                                                                                                                          |
| `id`                  | ID!                | Recommended use instructions.                                                                                                                                                                                                                                    |
| `method`              | String             | External Id.                                                                                                                                                                                                                                                     |
| `name`                | String!            | Supplement images.                                                                                                                                                                                                                                               |
| `normalValues`        | GenericScalar!     | Supplement ingredients.                                                                                                                                                                                                                                          |
| `optimalRange`        | BiomarkerRange     | Biomarker optimal range indicator.                                                                                                                                                                                                                               |
| `optimalRange.max`    | Float              | Largest defined value to be considered as *optimal*.                                                                                                                                                                                                             |
| `optimalRange.min`    | Float              | Smallest defined value to be considered as *optimal*.                                                                                                                                                                                                            |
| `range`               | BiomarkerRange     | Biomarker range indicator.                                                                                                                                                                                                                                       |
| `range.max`           | Float              | Largest defined value to be considered as *normal*.                                                                                                                                                                                                              |
| `range.min`           | Float              | Smallest defined value to be considered as *normal*.                                                                                                                                                                                                             |
| `units`               | BiomarkerUnit!     | List of [biomarker unit IDs ](https://docs.suggestic.com/graphql/query/queries/lab-tests/biomarker-units).                                                                                                                                                       |
| `updatedAt`           | DateTime!          | Date and time when the biomarker was updated.                                                                                                                                                                                                                    |
