소스 검색

同步master

zhangzf 1 주 전
부모
커밋
69f801882b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/graphql/catalog/queries/index.ts

+ 1 - 0
src/graphql/catalog/queries/index.ts

@@ -8,3 +8,4 @@ export { GET_HOME_CATEGORIES } from "./GetHomeCategories";
 export { GET_FILTER_ATTRIBUTES } from "./GetFilterAttributes";
 export { GET_FILTER_PRODUCTS } from "./GetFilterProducts";
 export { GET_TREE_CATEGORIES } from "./GetTreeCategories";
+export { SEARCH_PRODUCTS } from "./SearchProducts";