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 |
|---|
| Brand | |
| Brands | ✔️ |
| Label | Type | Notes | Null |
|---|
| id | integer | The brand's id | |
| label | string | The brand's name | |
query{
Brands{
edges{
node{
id
label
}
}
}
}