OBJECT
1type AppliedTaxRule {2taxId: String! 34taxName: String! 56taxPercent: Float! 78# Current active version of this tax rule, null for removed tax rules or rules made from tax plugins.9# 10# Required permission: TaxRule:read11taxRule: TaxRule 1213}