2.0.0
Breaking Changes
- Newtonsoft.Json dependency is removed. Use GraphQL.Query.Builder.Formatter.NewtonsoftJson or GraphQL.Query.Builder.Formatter.SystemTextJson instead.
QueryOptions.Formatter
is nowFunc<PropertyInfo, string>
.QueryFormatters.CamelCaseFormatter
is replaced byCamelCasePropertyNameFormatter.Format
Deletions
- Dawn.Guard dependency.