Skip to content

Commit 628a1e4

Browse files
author
CJ
committed
Updated wishlist graphql readme file
1 parent 38d712e commit 628a1e4

File tree

1 file changed

+41
-3
lines changed

1 file changed

+41
-3
lines changed
Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
1-
# WishlistGraphQl
1+
# Magento_WishlistGraphQl module
22

3-
**WishlistGraphQl** provides type information for the GraphQl module
4-
to generate wishlist fields.
3+
The **Magento_WishlistGraphQl** module adds, removes, and updates products on the wishlist.
4+
5+
The **Magento_WishlistGraphQl** module extends **Magento_GraphQl** and **Magento_Wishlist** modules. The module provides type and resolver information for GraphQL API.
6+
7+
## Installation details
8+
9+
Before installing this module, note that the **Magento_WishlistGraphQl** is dependent on the following modules:
10+
11+
- Magento_Catalog
12+
- Magento_Checkout
13+
- Magento_Customer
14+
- Magento_CustomerGraphQl
15+
- Magento_Directory
16+
- Magento_GiftMessage
17+
- Magento_GraphQl
18+
- Magento_Quote
19+
- Magento_Sales
20+
- Magento_Store
21+
22+
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).
23+
24+
## Extensibility
25+
26+
Extension developers can interact with the Magento_WishlistGraphQl 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).
27+
28+
[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_WishlistGraphQl module.
29+
30+
## Additional information
31+
32+
For more information about the **Magento_WishlistGraphQl** [Queries](#queries) and [Mutations](#mutations) see below:
33+
34+
### Queries {#queries}
35+
36+
- [`wishlist`](https://devdocs.magento.com/guides/v2.4/graphql/queries/wishlist.html)
37+
38+
### Mutations {#mutations}
39+
40+
- [`addProductsToWishlist`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-products-to-wishlist.html)
41+
- [`removeProductsFromWishlist`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/remove-products-from-wishlist.html)
42+
- [`updateProductsInWishlist`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-products-in-wishlist.html)

0 commit comments

Comments
 (0)