Quellcode durchsuchen

GetFilterAttributesBatch 删除不存在字段

fogwind vor 1 Monat
Ursprung
Commit
93c876126d
1 geänderte Dateien mit 0 neuen und 21 gelöschten Zeilen
  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
-                }
-              }
-            }
-          }
-        }
-      }
-    }
   }
 `;