ENUM

TaxRuleSort

link GraphQL Schema definition

1enum TaxRuleSort {
2id_ASC
3id_DESC
4name_ASC
5name_DESC
6}