Additional options for underlying GraphQL.NET library.
Inheritance Hierarchy
NReco.GraphQL.ConfigurationGraphqlSchemaOption
Namespace: NReco.GraphQL.Configuration
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The GraphqlSchemaOption type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GraphqlSchemaOption | Initializes a new instance of the GraphqlSchemaOption class |
Properties
Name | Description | |
---|---|---|
ComplexityConfiguration |
Allows to set Complexity Analyzer
| |
FieldMiddlewareBuilder |
Allows to provide additional behaviors during field resolution
| |
MutationSchema |
Allows to add custom mutation schema (mutations make modifications to data and return a result)
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also