##Available queries
Associated query | Returns multiple results |
---|---|
Component | |
Components | ✔️ |
##Available fields
| Label | Type | | Note | Null | |----------------------|-----|----|---| | quantity | [decimal](ref:decimal)(17,7) | The quantity of each component required to create the assembly | | | type | string | The component's type | | | variant | Sub-request to [Variant](variants) | The variant used as component | |
##Example of a query
query{
Components{
edges{
node{
quantity
type
variant{
label
}
}
}
}
}
"