Skip to content

Commit 83d4645

Browse files
Fixing
1 parent fb492f9 commit 83d4645

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

src/Dotnet6.GraphQL4.Store.WebAPI/Graphs/StoreQuery.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public StoreQuery()
3838
id: context.GetArgument<Guid>("id"),
3939
cancellationToken: context.CancellationToken));
4040

41-
4241
Field<ListGraphType<ReviewGraphType>>()
4342
.Name("Reviews")
4443
.Argument<GuidGraphType>("productId")

0 commit comments

Comments
 (0)