For AI agents: visit https://erplain.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Associated query | Returns multiple results |
|---|
| SupplierTag | |
| SupplierTags | ✔️ |
| Label | Type | Notes | Null |
|---|
| id | integer | The supplier tags's id | |
| label | string | The supplier tag's label | |
query{
SupplierTags{
edges{
node{
id
label
}
}
}
}