Options for advanced filter in GraphQL queries.
Inheritance Hierarchy
NReco.GraphQL.ConfigurationFilterOptions
Namespace: NReco.GraphQL.Configuration
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The FilterOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FilterOptions | Initializes a new instance of the FilterOptions class |
Properties
Name | Description | |
---|---|---|
Enabled |
Enable filter. Default value is true.
| |
Key |
Name of the 'filter' argument that can be used in GraphQL query. Default value is "filter".
|
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