diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5a8d7..c3ec520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.16.9] - 2024-03-21 + ## [1.16.8] - 2024-03-20 ## [1.16.7] - 2024-03-08 diff --git a/dotnet/GraphQL/Query.cs b/dotnet/GraphQL/Query.cs index a31e041..cdefa3d 100644 --- a/dotnet/GraphQL/Query.cs +++ b/dotnet/GraphQL/Query.cs @@ -29,6 +29,8 @@ public Query(IWishListService wishListService) resolve: async context => { + Console.WriteLine("viewList"); + string shopperId = context.GetArgument("shopperId"); string name = context.GetArgument("name"); int from = context.GetArgument("from");