Skip to content

Commit 7aa4402

Browse files
committed
PWA-1326: Implement the schema changes for Configurable Options Selection
- remove circular dependency
1 parent 11da387 commit 7aa4402

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

app/code/Magento/ConfigurableProductGraphQl/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"magento/module-quote": "*",
1212
"magento/module-quote-graph-ql": "*",
1313
"magento/module-catalog-inventory": "*",
14-
"magento/module-swatches-graph-ql": "*",
1514
"magento/framework": "*"
1615
},
1716
"license": [

app/code/Magento/ConfigurableProductGraphQl/etc/module.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<module name="Magento_CatalogGraphQl"/>
1515
<module name="Magento_CatalogInventory"/>
1616
<module name="Magento_QuoteGraphQl"/>
17-
<module name="Magento_SwatchesGraphQl"/>
1817
</sequence>
1918
</module>
2019
</config>

app/code/Magento/SwatchesGraphQl/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"magento/framework": "*",
88
"magento/module-swatches": "*",
99
"magento/module-catalog": "*",
10-
"magento/module-catalog-graph-ql": "*"
10+
"magento/module-catalog-graph-ql": "*",
11+
"magento/module-configurable-product-graph-ql": "*"
1112
},
1213
"license": [
1314
"OSL-3.0",

0 commit comments

Comments
 (0)