Skip to content

Commit

Permalink
Merge pull request #170 from vtex-apps/1.16.9
Browse files Browse the repository at this point in the history
1.16.9
  • Loading branch information
cdcs0128 authored Mar 21, 2024
2 parents 9d89520 + 13e430a commit 825f1bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions dotnet/GraphQL/Query.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public Query(IWishListService wishListService)
resolve: async context =>
{

Console.WriteLine("viewList");

string shopperId = context.GetArgument<string>("shopperId");
string name = context.GetArgument<string>("name");
int from = context.GetArgument<int>("from");
Expand Down

0 comments on commit 825f1bf

Please sign in to comment.