QueryOptions
Namespace: GraphQL.Query.Builder
The query options class.
public class QueryOptions
Inheritance Object → QueryOptions
Properties
Formatter
Gets or sets the property name formatter.
public Func<PropertyInfo, string> Formatter { get; set; }
Property Value
QueryStringBuilderFactory
Gets or sets the query string builder factory.
public Func<IQueryStringBuilder> QueryStringBuilderFactory { get; set; }
Property Value
Constructors
QueryOptions()
public QueryOptions()