GraphqlConfiguration Class

NReco.GraphQL Class Library Documentation
Configuration that specifies how GraphqlDbAdapter handles GraphQL queries.
Inheritance Hierarchy

SystemObject
  NReco.GraphQL.SchemasGraphqlConfiguration

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

public class GraphqlConfiguration

The GraphqlConfiguration type exposes the following members.

Constructors

  NameDescription
Public methodGraphqlConfiguration
Initializes a new instance of the GraphqlConfiguration class
Top
Properties

  NameDescription
Public propertyOptions
Graphql global settings.
Public propertySchemaObjects
Schema that describes how GraphQL entities are mapped to SQL tables or views.
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