SearchKeywords
type SearchKeywords = {
__typename?: 'SearchKeywords';
locale: Scalars['Locale'];
searchKeywords: Array<SearchKeyword>;
};type SearchKeywords = {
__typename?: 'SearchKeywords';
locale: Scalars['Locale'];
searchKeywords: Array<SearchKeyword>;
};