PHPackages                             scandipwa/wishlist-graphql - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. scandipwa/wishlist-graphql

ActiveMagento2-module[API Development](/categories/api)

scandipwa/wishlist-graphql
==========================

N/A

2.0.17(3y ago)3232.1k↑13.8%12[3 PRs](https://github.com/scandipwa/wishlist-graphql/pulls)2OSL-3.0PHP

Since May 8Pushed 3y ago4 watchersCompare

[ Source](https://github.com/scandipwa/wishlist-graphql)[ Packagist](https://packagist.org/packages/scandipwa/wishlist-graphql)[ RSS](/packages/scandipwa-wishlist-graphql/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (30)Used By (2)

ScandiPWA\_WishlistGraphQl
==========================

[](#scandipwa_wishlistgraphql)

**WishlistGraphQl** provides additional resolvers for wishlist, extending Magento\_WishlistGraphQl.

### SaveWishlistItem

[](#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

[](#removeproductfromwishlist)

This endpoint allows removing item from wishlist

```
mutation RemoveProductFromWishlist($item_id: ID!) {
    removeProductFromWishlist(item_id: $item_id)
}
```

```
{
   "item_id": 1
}
```

### MoveWishlistToCart

[](#movewishlisttocart)

This endpoint allows to move all wishlist items to cart

```
mutation MoveWishlistToCart {
    moveWishlistToCart()
}
```

### ClearWishlist

[](#clearwishlist)

This endpoint allows to clear wishlist

```
mutation ClearWishlist {
    clearWishlist()
}
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community26

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~57 days

Recently: every ~139 days

Total

26

Last Release

1133d ago

Major Versions

1.5.0 → 2.0.02020-11-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c2cd642b3c520df20394344ee587782e246262899e7ddc99a191360e85d7fdc?d=identicon)[scandiweb](/maintainers/scandiweb)

---

Top Contributors

[![atravkovs](https://avatars.githubusercontent.com/u/12703177?v=4)](https://github.com/atravkovs "atravkovs (16 commits)")[![riha112](https://avatars.githubusercontent.com/u/25338213?v=4)](https://github.com/riha112 "riha112 (13 commits)")[![carinadues](https://avatars.githubusercontent.com/u/82165392?v=4)](https://github.com/carinadues "carinadues (11 commits)")[![tatiana-scandi](https://avatars.githubusercontent.com/u/79456428?v=4)](https://github.com/tatiana-scandi "tatiana-scandi (11 commits)")[![alfredsgenkins](https://avatars.githubusercontent.com/u/29531824?v=4)](https://github.com/alfredsgenkins "alfredsgenkins (7 commits)")[![Rania-Hreisa](https://avatars.githubusercontent.com/u/92861037?v=4)](https://github.com/Rania-Hreisa "Rania-Hreisa (3 commits)")[![zans-laksa](https://avatars.githubusercontent.com/u/73945186?v=4)](https://github.com/zans-laksa "zans-laksa (3 commits)")[![lianastaskevica](https://avatars.githubusercontent.com/u/52198221?v=4)](https://github.com/lianastaskevica "lianastaskevica (2 commits)")[![annabic](https://avatars.githubusercontent.com/u/17780518?v=4)](https://github.com/annabic "annabic (2 commits)")[![AleksandrsKondratjevs](https://avatars.githubusercontent.com/u/68007919?v=4)](https://github.com/AleksandrsKondratjevs "AleksandrsKondratjevs (2 commits)")[![winniepukki](https://avatars.githubusercontent.com/u/43637240?v=4)](https://github.com/winniepukki "winniepukki (2 commits)")[![yeegor](https://avatars.githubusercontent.com/u/46347627?v=4)](https://github.com/yeegor "yeegor (2 commits)")[![Jeffrey-H](https://avatars.githubusercontent.com/u/32420530?v=4)](https://github.com/Jeffrey-H "Jeffrey-H (1 commits)")[![Dresse](https://avatars.githubusercontent.com/u/6142323?v=4)](https://github.com/Dresse "Dresse (1 commits)")

### Embed Badge

![Health badge](/badges/scandipwa-wishlist-graphql/health.svg)

```
[![Health](https://phpackages.com/badges/scandipwa-wishlist-graphql/health.svg)](https://phpackages.com/packages/scandipwa-wishlist-graphql)
```

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[swissup/module-search-mysql-legacy

Legacy mysql search for magento 2.4

10483.0k](/packages/swissup-module-search-mysql-legacy)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)[xcoreplatform/xcore-magento2

This module extends the rest api of Magento2 and is needed for the usage of the xCore.

1330.0k2](/packages/xcoreplatform-xcore-magento2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
