Skip to content

Commit 5999694

Browse files
committed
Docs changes
1 parent 7f11c25 commit 5999694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public class GraphQlController :
262262
public class GraphQLQuery
263263
{
264264
public string? OperationName { get; set; }
265-
public string Query { get; set; }= null!;
265+
public string Query { get; set; } = null!;
266266
public string? Variables { get; set; }
267267
}
268268

0 commit comments

Comments
 (0)