From c8f4d420d2360a1082073876f4f50dfca772c276 Mon Sep 17 00:00:00 2001 From: Javier Elices <15686364+JavierElices@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:06:54 +0100 Subject: [PATCH 1/2] docs: Fix two bugs and add "id" for coherency with other examples (#3208) --- docs/docs/guides/developer-guide/plugins/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } } From 7391f3ebff96a9eb28e3f92b183d63470a37ee00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:18:36 +0000 Subject: [PATCH 2/2] @jezzzm has signed the CLA in vendure-ecommerce/vendure#3250 --- license/signatures/version1/cla.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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