GraphqlSchemaOption Class

NReco.GraphQL Class Library Documentation
Additional options for underlying GraphQL.NET library.
Inheritance Hierarchy

SystemObject
  NReco.GraphQL.ConfigurationGraphqlSchemaOption

Namespace:  NReco.GraphQL.Configuration
Assembly:  NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax

public class GraphqlSchemaOption

The GraphqlSchemaOption type exposes the following members.

Constructors

  NameDescription
Public methodGraphqlSchemaOption
Initializes a new instance of the GraphqlSchemaOption class
Top
Properties

  NameDescription
Public propertyComplexityConfiguration
Allows to set Complexity Analyzer
Public propertyFieldMiddlewareBuilder
Allows to provide additional behaviors during field resolution
Public propertyMutationSchema
Allows to add custom mutation schema (mutations make modifications to data and return a result)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference