Configuration that specifies how GraphqlDbAdapter handles GraphQL queries.
Inheritance Hierarchy
NReco.GraphQL.Schemas.GraphqlConfiguration
Namespace: NReco.GraphQL.Schemas
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The GraphqlConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GraphqlConfiguration | Initializes a new instance of the GraphqlConfiguration class |
Properties
Name | Description | |
---|---|---|
![]() | Options |
Graphql global settings.
|
![]() | SchemaObjects |
Schema that describes how GraphQL entities are mapped to SQL tables or views.
|
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