In countries.json I can find the tax_name field associated with the country and province as follows :
{
"id": 437382447288,
"name": "Sri Lanka",
"code": "LK",
"tax_name": "VAT",
"tax": 0.08,
"provinces": []
}
We use this tax_name field to map it with our systems tax rule for accounting of the orders. Can someone suggest where to find this resource in Admin API graphql ? We use the country, province and tax_name fields adn i'm looking for similar resource in graphql. TIA.