We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03160f commit 8a6b387Copy full SHA for 8a6b387
README.md
@@ -664,6 +664,7 @@ and how the response is parsed when being de-serailized back into your model.*
664
.WithGraphQLQuery("...")
665
.UseGraphQLSystemTextJson(new JsonSerializerOptions() //<== System.Text.Json Options!
666
{
667
+ PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
668
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull,
669
WriteIndented = true,
670
//NOTE: THIS settings will not actually have any effect as the Framework always switches it ON to enable `case insensitive` processing.
0 commit comments