Skip to content

Commit 06e7265

Browse files
committed
create GraphQl get List Tag
1 parent f53b238 commit 06e7265

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

Controller/GraphQl/View.php

100644100755
File mode changed.

README.md

100644100755
File mode changed.

composer.json

100644100755
File mode changed.

etc/frontend/routes.xml

100644100755
File mode changed.

etc/module.xml

100644100755
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" ?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Lof_ProductTagsGraphQl" setup_version="1.0.0"/>
3+
<module name="Lof_ProductTagsGraphQl" setup_version="1.0.0">
4+
<sequence>
5+
<module name="Magento_GraphQl"/>
6+
<module name="Lof_ProductTags"/>
7+
</sequence>
8+
</module>
49
</config>

registration.php

100644100755
File mode changed.

0 commit comments

Comments
 (0)