Skip to content

Commit a9f2039

Browse files
committed
Update GraphQlController.cs
1 parent 1a29146 commit a9f2039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SampleWeb/GraphQlController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public Task Get(
3333
public class GraphQLQuery
3434
{
3535
public string? OperationName { get; set; }
36-
public string Query { get; set; }= null!;
36+
public string Query { get; set; } = null!;
3737
public string? Variables { get; set; }
3838
}
3939

0 commit comments

Comments
 (0)