File tree 2 files changed +10
-1
lines changed
docs/docs/guides/developer-guide/plugins
license/signatures/version1
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ export class WishlistShopResolver {
528
528
529
529
@Query ()
530
530
@Allow (Permission .Owner )
531
- activeCustomerWishlist(@Ctx () ctx : RequestContext ) {
531
+ async activeCustomerWishlist(@Ctx () ctx : RequestContext ) {
532
532
return this .wishlistService .getWishlistItems (ctx );
533
533
}
534
534
@@ -760,6 +760,7 @@ mutation RemoveFromWishlist {
760
760
removeFromWishlist (itemId : " 4" ) {
761
761
id
762
762
productVariant {
763
+ id
763
764
name
764
765
}
765
766
}
Original file line number Diff line number Diff line change 351
351
"created_at" : " 2024-11-14T11:22:24Z" ,
352
352
"repoId" : 136938012 ,
353
353
"pullRequestNo" : 3208
354
+ },
355
+ {
356
+ "name" : " jezzzm" ,
357
+ "id" : 26472490 ,
358
+ "comment_id" : 2513246359 ,
359
+ "created_at" : " 2024-12-03T00:18:24Z" ,
360
+ "repoId" : 136938012 ,
361
+ "pullRequestNo" : 3250
354
362
}
355
363
]
356
364
}
You can’t perform that action at this time.
0 commit comments