CamelCasePropertyNameFormatter
Namespace: GraphQL.Query.Builder
The camel case property name formatter class.
public static class CamelCasePropertyNameFormatter
Inheritance Object → CamelCasePropertyNameFormatter
Fields
Format
Formats the property name in camel case.
public static Func<PropertyInfo, string> Format;