OBJECT

TaxClass

link GraphQL Schema definition

1type TaxClass {
2id: Int!
3
4name: String!
5
6code: String
7
8isEnabled: Boolean!
9
10}