taxes
query
List taxes
Retrieves all tax rates configured for the company, including VAT, withholding taxes, and special tax schemes. Supports filtering by type and status.
query {
taxes(companyId: Int!, options: TaxOptions): Taxes!
}Returns: Taxes!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | TaxOptions |