scandipwa / wishlist-graphql
scandipwa/wishlist-graphql
N/A
ScandiPWA_WishlistGraphQl
WishlistGraphQl provides additional resolvers for wishlist, extending Magento_WishlistGraphQl.
SaveWishlistItem
This endpoint allows to save Wishlist item
mutation SaveWishlistItem($wishlistItem: WishlistItemInput!) {
saveWishlistItem(wishlistItem: $wishlistItem) {
id
sku
qty
description
added_at
product
}
}
{
"wishlistItem": {
"sku": "n31189077-1",
"quantity": 2,
"description": "Description",
"product_option": {
"extension_attributes": {}
}
}
}
RemoveProductFromWishlist
This endpoint allows removing item from wishlist
mutation RemoveProductFromWishlist($item_id: ID!) {
removeProductFromWishlist(item_id: $item_id)
}
{
"item_id": 1
}
MoveWishlistToCart
This endpoint allows to move all wishlist items to cart
mutation MoveWishlistToCart {
moveWishlistToCart()
}
ClearWishlist
This endpoint allows to clear wishlist
mutation ClearWishlist {
clearWishlist()
}
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Released |
|---|---|---|---|
| 2.0.17 | stable | Fail | 2023-04-12 07:37:22 |
| 2.0.16 | stable | Not tested | 2022-05-13 16:21:56 |
| 2.0.15 | stable | Not tested | 2021-10-21 19:46:37 |
| 2.0.14 | stable | Not tested | 2021-10-19 20:07:21 |
| 2.0.13 | stable | Not tested | 2021-09-29 21:27:29 |
| 2.0.12 | stable | Not tested | 2021-09-27 18:05:00 |
| 2.0.11 | stable | Not tested | 2021-08-17 12:24:31 |
| 2.0.10 | stable | Not tested | 2021-07-27 10:56:06 |
| 2.0.9 | stable | Not tested | 2021-07-23 16:37:44 |
| 2.0.8 | stable | Not tested | 2021-07-19 16:51:31 |
| 2.0.7 | stable | Not tested | 2021-07-02 14:45:43 |
| 2.0.6 | stable | Not tested | 2021-04-23 12:48:53 |
| 2.0.5 | stable | Not tested | 2021-04-22 12:51:21 |
| 2.0.4 | stable | Not tested | 2021-04-09 10:07:52 |
| 2.0.3 | stable | Not tested | 2021-04-01 09:24:40 |
| 2.0.2 | stable | Not tested | 2021-03-30 06:58:03 |
| 2.0.1 | stable | Not tested | 2021-03-10 13:50:47 |
| 2.0.0 | stable | Not tested | 2020-11-05 09:32:34 |
| 1.5.0 | stable | Not tested | 2020-09-07 10:58:36 |
| 1.4.0 | stable | Not tested | 2020-06-12 14:55:06 |
| 1.3.1 | stable | Not tested | 2020-02-24 09:02:53 |
| 1.3.0 | stable | Not tested | 2020-01-07 10:13:25 |
| 1.2.0 | stable | Not tested | 2019-10-16 07:37:42 |
| 1.1.0 | stable | Not tested | 2019-07-29 11:56:21 |
| 1.0.1 | stable | Not tested | 2019-07-16 13:04:12 |
| 1.0.0 | stable | Not tested | 2019-05-08 14:24:38 |
Requires 10
| Package | Constraint |
|---|---|
| magento/framework | * |
| magento/module-configurable-product | * |
| magento/module-customer | * |
| magento/module-catalog | * |
| magento/module-catalog-inventory | * |
| magento/module-store | * |
| magento/module-catalog-graph-ql | * |
| magento/module-wishlist | * |
| magento/module-wishlist-graph-ql | ^100.3 |
| scandipwa/performance | ^1.0 |
| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Pass | 0 | |
| PHPStan | Fail | 50 | 50 errors (level 5, ruleset: phpstan + bitexpert/phpstan-magento) · +194 advisory to level max |
| Cpd | Pass | 0 | |
| Security | Pass | 0 |
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.