TaxCategoryQueryResult
type TaxCategoryQueryResult = {
__typename?: 'TaxCategoryQueryResult';
offset: Scalars['Int'];
count: Scalars['Int'];
total: Scalars['Long']; /** BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features */
exists: Scalars['Boolean'];
results: Array<TaxCategory>;
};