We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8011a8 commit 436dee7Copy full SHA for 436dee7
app/code/Magento/CatalogGraphQl/etc/graphql/di.xml
@@ -6,6 +6,7 @@
6
*/
7
-->
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9
+ <preference for="Magento\Catalog\Model\Product\Option\Type\Date" type="Magento\CatalogGraphQl\Model\Product\Option\DateType" />
10
<type name="Magento\CatalogGraphQl\Model\ProductInterfaceTypeResolverComposite">
11
<arguments>
12
<argument name="productTypeNameResolvers" xsi:type="array">
0 commit comments