Skip to content

Commit 1c05804

Browse files
committed
2 parents 84a1d6f + 8a6b387 commit 1c05804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ and how the response is parsed when being de-serailized back into your model.*
664664
.WithGraphQLQuery("...")
665665
.UseGraphQLSystemTextJson(new JsonSerializerOptions() //<== System.Text.Json Options!
666666
{
667+
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
667668
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
668669
WriteIndented = true,
669670
//NOTE: THIS settings will not actually have any effect as the Framework always switches it ON to enable `case insensitive` processing.

0 commit comments

Comments
 (0)