General schema field resolver
Inheritance Hierarchy
NReco.Graphql.Resolvers.BaseSchemaResolver
NReco.GraphQL.Resolvers.ListObjectSchemaResolver
NReco.GraphQL.Resolvers.ObjectSchemaResolver
NReco.GraphQL.Resolvers.RelatedListObjectSchemaResolver
NReco.GraphQL.Resolvers.RelatedObjectSchemaResolver
Namespace: NReco.Graphql.Resolvers
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The BaseSchemaResolver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BaseSchemaResolver(ObjectSchema, IDbDataSource) | Initializes a new instance of the BaseSchemaResolver class |
![]() | BaseSchemaResolver(ObjectSchema, GraphqlDbAdapterOptions, IDbDataSource) | Initializes a new instance of the BaseSchemaResolver class |
Methods
Name | Description | |
---|---|---|
![]() | ApplyArguments |
Parse argument(s) and apply:
simple conditions
pagination
sorting
filtering
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetSchemaArguments |
Get query arguments
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReadDictionary |
Process DataRecord and get described in json-schema fields
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | _dataSource | |
![]() | _objectSchema | |
![]() | _settings |
See Also