Skip to content

Commit db8918b

Browse files
Merge pull request #201 from AntonioFalcao/feature/value-object
Query adjust
2 parents 6e2287a + 9914eac commit db8918b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dotnet6.GraphQL4.Store.WebMVC/Clients/StoreGraphClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public async Task<IEnumerable<ReviewModel>> GetReviewByProductIdAsync(Guid id, C
8989
{
9090
var request = new GraphQLRequest
9191
{
92-
Query = @"query ReviewsByProductQuery($productId: ID!) {
92+
Query = @"query ReviewsByProductQuery($productId: Guid!) {
9393
reviews(productId: $productId) {
9494
id
9595
title

0 commit comments

Comments
 (0)