Skip to content

Commit 266135a

Browse files
committed
B2B-2221: Magento\CatalogGraphQl\Plugin\DesignLoader plugin loads too much data
- Testing with removing the plugin in di.xml
1 parent 1a81c89 commit 266135a

File tree

1 file changed

+1
-5
lines changed
  • app/code/Magento/CatalogGraphQl/etc/graphql

1 file changed

+1
-5
lines changed

app/code/Magento/CatalogGraphQl/etc/graphql/di.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,7 @@
162162
</argument>
163163
</arguments>
164164
</type>
165-
166-
<type name="Magento\Catalog\Block\Product\ImageFactory">
167-
<plugin name="designLoader" type="Magento\CatalogGraphQl\Plugin\DesignLoader" />
168-
</type>
169-
165+
170166
<type name="Magento\CatalogGraphQl\Model\Config\CategoryAttributeReader">
171167
<arguments>
172168
<argument name="categoryAttributeResolvers" xsi:type="array">

0 commit comments

Comments
 (0)