CategorySearchResult
type CategorySearchResult = {
__typename?: 'CategorySearchResult';
offset: Scalars['Int'];
count: Scalars['Int'];
total: Scalars['Int'];
results: Array<CategorySearch>;
};type CategorySearchResult = {
__typename?: 'CategorySearchResult';
offset: Scalars['Int'];
count: Scalars['Int'];
total: Scalars['Int'];
results: Array<CategorySearch>;
};