Browse Source

Merge branch 'master' of github.com:vendure-ecommerce/vendure

Michael Bromley 1 year ago
parent
commit
0f1d844c32

+ 2 - 1
docs/docs/guides/developer-guide/plugins/index.mdx

@@ -528,7 +528,7 @@ export class WishlistShopResolver {
 
     @Query()
     @Allow(Permission.Owner)
-    activeCustomerWishlist(@Ctx() ctx: RequestContext) {
+    async activeCustomerWishlist(@Ctx() ctx: RequestContext) {
         return this.wishlistService.getWishlistItems(ctx);
     }
 
@@ -760,6 +760,7 @@ mutation RemoveFromWishlist {
     removeFromWishlist(itemId: "4") {
         id
         productVariant {
+            id
             name
         }
     }

+ 8 - 0
license/signatures/version1/cla.json

@@ -351,6 +351,14 @@
       "created_at": "2024-11-14T11:22:24Z",
       "repoId": 136938012,
       "pullRequestNo": 3208
+    },
+    {
+      "name": "jezzzm",
+      "id": 26472490,
+      "comment_id": 2513246359,
+      "created_at": "2024-12-03T00:18:24Z",
+      "repoId": 136938012,
+      "pullRequestNo": 3250
     }
   ]
 }