ObjectSchemaResolver Class

NReco.GraphQL Class Library Documentation
Schema object (one record) field resolver.
Inheritance Hierarchy

SystemObject
  NReco.Graphql.ResolversBaseSchemaResolver
    NReco.GraphQL.ResolversObjectSchemaResolver

Namespace:  NReco.GraphQL.Resolvers
Assembly:  NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax

public class ObjectSchemaResolver : BaseSchemaResolver, 
	IFieldResolver

The ObjectSchemaResolver type exposes the following members.

Constructors

  NameDescription
Public methodObjectSchemaResolver
Initializes a new instance of the ObjectSchemaResolver with NReco.Data DbDataAdapter.
Top
Methods

  NameDescription
Protected methodApplyArguments
Parse argument(s) and apply: simple conditions pagination sorting filtering
(Inherited from BaseSchemaResolver.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetSchemaArguments
Get query arguments
(Inherited from BaseSchemaResolver.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodReadDictionary
Process DataRecord and get described in json-schema fields
(Inherited from BaseSchemaResolver.)
Public methodResolve
Parse and resolve schema fields. Apply arguments and fetch data with NReco.Data DbDataAdapter.
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected field_dataSource (Inherited from BaseSchemaResolver.)
Protected field_objectSchema (Inherited from BaseSchemaResolver.)
Protected field_settings (Inherited from BaseSchemaResolver.)
Top
See Also

Reference