diff --git a/docs/docs/guides/developer-guide/plugins/index.mdx b/docs/docs/guides/developer-guide/plugins/index.mdx index 7a3db57dba..f7a573bd23 100644 --- a/docs/docs/guides/developer-guide/plugins/index.mdx +++ b/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 } } diff --git a/license/signatures/version1/cla.json b/license/signatures/version1/cla.json index 2c2920ce64..bed60f7fd7 100644 --- a/license/signatures/version1/cla.json +++ b/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 } ] } \ No newline at end of file