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
**GraphQl** provides the framework for the application to expose GraphQL compliant web services. It exposes an area for
3
+
This module provides the framework for the application to expose GraphQL compliant web services. It exposes an area for
4
4
GraphQL services and resolves request data based on the generated schema. It also maps this response to a JSON object
5
5
for the client to read.
6
+
7
+
## Installation
8
+
9
+
The Magento_GraphQl module is one of the base Magento 2 modules. You cannot disable or uninstall this module.
10
+
11
+
This module is dependent on the following modules:
12
+
-`Magento_Authorization`
13
+
-`Magento_Eav`
14
+
15
+
The following modules depend on this module:
16
+
-`Magento_BundleGraphQl`
17
+
-`Magento_CatalogGraphQl`
18
+
-`Magento_CmsGraphQl`
19
+
-`Magento_CompareListGraphQl`
20
+
-`Magento_ConfigurableProductGraphQl`
21
+
-`Magento_DownloadableGraphQl`
22
+
-`Magento_EavGraphQl`
23
+
-`Magento_GraphQlCache`
24
+
-`Magento_GroupedProductGraphQl`
25
+
-`Magento_ReviewGraphQl`
26
+
-`Magento_StoreGraphQl`
27
+
28
+
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
29
+
30
+
## Extensibility
31
+
32
+
Extension developers can interact with the Magento_GraphQl module. For more information about the Magento extension mechanism, see [Magento plugins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
33
+
34
+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_GraphQl module.
35
+
36
+
## Additional information
37
+
38
+
You can get more information about [GraphQl In Magento 2](https://devdocs.magento.com/guides/v2.4/graphql).
**GraphQL Cache** provides the ability to cache GraphQL queries.
4
-
This module allows Magento's built-in cache or Varnish as the application for serving the Full Page Cache to the front end.
3
+
This module provides the ability to cache GraphQL queries.
4
+
This module allows Magento built-in cache or Varnish as the application for serving the Full Page Cache to the front end.
5
+
6
+
## Installation
7
+
8
+
Before installing this module, note that the Magento_GraphQlCache module is dependent on the following modules:
9
+
10
+
-`Magento_PageCache`
11
+
-`Magento_GraphQl`
12
+
13
+
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
14
+
15
+
## Extensibility
16
+
17
+
Extension developers can interact with the Magento_GraphQlCache module. For more information about the Magento extension mechanism, see [Magento plugins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
18
+
19
+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_GraphQlCache module.
20
+
21
+
## Additional information
22
+
23
+
-[Learn more about GraphQl In Magento 2](https://devdocs.magento.com/guides/v2.4/graphql).
24
+
-[Learn more about GraphQl Caching In Magento 2](https://devdocs.magento.com/guides/v2.4/graphql/caching.html).
Magento_GroupedCatalogInventory contains behavior related to the inventory status of items within grouped products.
1
+
# Magento_GroupedCatalogInventory module
2
+
3
+
This module contains behavior related to the inventory status of items within grouped products.
4
+
5
+
## Installation
6
+
7
+
Before installing this module, note that the Magento_GroupedCatalogInventory module is dependent on the following modules:
8
+
9
+
-`Magento_Catalog`
10
+
-`Magento_GroupedProduct`
11
+
12
+
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
13
+
14
+
## Extensibility
15
+
16
+
Extension developers can interact with the Magento_GroupedCatalogInventory module. For more information about the Magento extension mechanism, see [Magento plugins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
17
+
18
+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_GroupedCatalogInventory module.
This module implements Grouped products import/export functionality.
4
+
This module is designed to extend existing functionality of Magento_CatalogImportExport module by adding new product type.
5
+
6
+
## Installation
7
+
8
+
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
9
+
10
+
## Extensibility
11
+
12
+
Extension developers can interact with the Magento_GroupedImportExport module. For more information about the Magento extension mechanism, see [Magento plugins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
13
+
14
+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_GroupedImportExport module.
15
+
16
+
## Additional information
17
+
18
+
You can get more information about import/export processes in magento at the articles:
0 commit comments