You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**WeeeGraphQl** provides type information for the GraphQl module
4
-
to generate wee tax fields for catalog and product information endpoints.
3
+
The **Magento_WeeeGraphQl** module provides type information for the GraphQl module to generate wee tax fields for the catalog and product information endpoints.
4
+
5
+
The **Magento_WeeeGraphQl** module extends **Magento_GraphQl** and **Magento_Weee** modules. This module provides type and resolver information for GraphQL API.
6
+
7
+
## Installation details
8
+
9
+
Before installing this module, note that the **Magento_WeeeGraphQl** is dependent on the following modules:
10
+
11
+
-`Magento_CatalogGraphQl`
12
+
-`Magento_Store`
13
+
-`Magento_Tax`
14
+
-`Magento_Weee`
15
+
16
+
For information about enabling or disabling a module in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
17
+
18
+
## Extensibility
19
+
20
+
Extension developers can interact with the **Magento_WeeeGraphQl** module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
21
+
22
+
[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the **Magento_WeeeGraphQl** module.
0 commit comments