Documentation Index
Fetch the complete documentation index at: https://docs.heychocolate.com/llms.txt
Use this file to discover all available pages before exploring further.
SupplyChain type
Fields
SupplyChain
| Field | Type | Description |
|---|---|---|
productId | ID! | Associated product |
tiers | [SupplyChainTier!]! | Tiered supplier list |
totalTiers | Int! | Depth of supply chain |
totalSuppliers | Int! | Total number of suppliers |
aggregatedImpact | ImpactScore! | Combined impact of entire chain |
Supplier
| Field | Type | Description |
|---|---|---|
id | ID! | Unique supplier identifier |
name | String! | Supplier name |
country | String! | ISO country code |
tier | Int! | Tier level (1 = direct supplier) |
transportMethod | TransportMethod | Goods transport method |
certificationId | String | Environmental certification |
co2Contribution | Float! | CO2 contribution in kg CO2e |
percentage | Float! | Percentage of total product impact |
children | [Supplier!]! | Sub-suppliers (next tier) |