##Available queries
| Associated query | Returns multiple results |
|---|---|
| SupplierTag | |
| SupplierTags | ✔️ |
##Available fields
| Label | Type | Notes | Null |
|---|---|---|---|
| id | integer | The supplier tags's id | |
| label | string | The supplier tag's label |
##Example of a query
query{
SupplierTags{
edges{
node{
id
label
}
}
}
}