Browse Source

列表页过滤器接口查询语句临时修改--服了

fogwind 1 week ago
parent
commit
9aac6499eb
1 changed files with 0 additions and 21 deletions
  1. 0 21
      src/graphql/catalog/queries/GetFilterAttributes.ts

+ 0 - 21
src/graphql/catalog/queries/GetFilterAttributes.ts

@@ -45,26 +45,5 @@ export const GET_FILTER_ATTRIBUTES = gql`
         }
       }
     }
-    brand: attribute(id: "/api/admin/attributes/25") {
-      id
-      code
-      options {
-        edges {
-          node {
-            id
-            adminName
-            translations {
-              edges {
-                node {
-                  id
-                  label
-                  locale
-                }
-              }
-            }
-          }
-        }
-      }
-    }
   }
 `;