Graphql query execution options for GraphqlDbAdapter.
Inheritance Hierarchy
NReco.GraphQL.Configuration.GraphqlDbAdapterOptions
Namespace: NReco.GraphQL.Configuration
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The GraphqlDbAdapterOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GraphqlDbAdapterOptions | Initializes a new instance of the GraphqlDbAdapterOptions class |
Properties
Name | Description | |
---|---|---|
![]() | EnableInternalException |
Enable internal exception. By default - False
|
![]() | EnableMetrix |
Enable calculating of execution time for each execution
By default - False; disabling will increase performance
|
![]() | EnableMiddleware |
Enable middleware fields processing. By default - False
|
![]() | Filter |
Filter options.
|
![]() | Pagination |
Pagination options.
|
![]() | Sort |
Sorting options.
|
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