The GraphqlDbAdapterOptions type exposes the following members.
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.
|
See Also