Skip to content

Commit 8a6b387

Browse files
authored
Update README.md
Add PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
1 parent b03160f commit 8a6b387

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)