fogwind 1 неделя назад
Родитель
Сommit
e674d5af9d
1 измененных файлов с 0 добавлено и 21 удалено
  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
-                }
-              }
-            }
-          }
-        }
-      }
-    }
   }
 `;