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 |
|---|
| CustomerTag | |
| CustomerTags | ✔️ |
| Label | Type | Notes | Null |
|---|
| id | integer | The customer tag's id | |
| label | string | The customer tag's label | |
query{
CustomerTags{
edges{
node{
id
label
}
}
}
}