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 |
|---|
| Tax | |
| Taxes | ✔️ |
| Label | Type | Notes | Null |
|---|
| abbreviation | string | The taxes abbreviation | |
| id | integer | The tax's id | |
| label | string | The tax's label | |
| rate | decimal(12,4) | The tax's rate | |
| tax_group | Taxes | The tax's group | ✔️ |
query{
Taxes{
edges{
node{
abbreviation
id
label
rate
tax_group{
edges{
node{
id
}
}
}
}
}
}
}