GraphqlQuerySchema Class

NReco.GraphQL Class Library Documentation
Define and prepare Schema based on configuration (GraphqlConfiguration)
Inheritance Hierarchy

SystemObject
  GraphType
    ComplexGraphTypeObject
      ObjectGraphTypeObject
        NReco.GraphQLGraphqlQuerySchema

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

public class GraphqlQuerySchema : ObjectGraphType<Object>

The GraphqlQuerySchema type exposes the following members.

Constructors

  NameDescription
Public methodGraphqlQuerySchema
Initialize GraphQL object (Schema) based on described configuration GraphqlConfiguration Initialize GraphQL object, object list and related object/object list
Top
Properties

  NameDescription
Public propertyDeprecationReason (Inherited from GraphType.)
Public propertyDescription (Inherited from GraphType.)
Public propertyFields (Inherited from ComplexGraphTypeObject.)
Public propertyInterfaces (Inherited from ObjectGraphTypeObject.)
Public propertyIsTypeOf (Inherited from ObjectGraphTypeObject.)
Public propertyMetadata (Inherited from GraphType.)
Public propertyName (Inherited from GraphType.)
Public propertyResolvedInterfaces (Inherited from ObjectGraphTypeObject.)
Top
Methods

  NameDescription
Public methodAddField (Inherited from ComplexGraphTypeObject.)
Public methodAddResolvedInterface (Inherited from ObjectGraphTypeObject.)
Public methodCollectTypes (Inherited from GraphType.)
Public methodConnection``1 (Inherited from ComplexGraphTypeObject.)
Protected methodEquals(IGraphType) (Inherited from GraphType.)
Public methodEquals(Object) (Inherited from GraphType.)
Public methodField(Type, String, String, QueryArguments, FuncResolveFieldContextUTP, Object, String) (Inherited from ComplexGraphTypeObject.)
Public methodField``1 (Inherited from ComplexGraphTypeObject.)
Public methodField``1(ExpressionFuncUTP, UMP, Boolean, Type) (Inherited from ComplexGraphTypeObject.)
Public methodField``1(String, ExpressionFuncUTP, UMP, Boolean, Type) (Inherited from ComplexGraphTypeObject.)
Public methodField``1(String, String, QueryArguments, FuncResolveFieldContextUTP, Object, String) (Inherited from ComplexGraphTypeObject.)
Public methodField``2(String) (Inherited from ComplexGraphTypeObject.)
Public methodFieldAsync(Type, String, String, QueryArguments, FuncResolveFieldContextUTP, TaskObject, String) (Inherited from ComplexGraphTypeObject.)
Public methodFieldAsync``1(String, String, QueryArguments, FuncResolveFieldContextUTP, TaskObject, String) (Inherited from ComplexGraphTypeObject.)
Public methodFieldAsync``1(String, String, QueryArguments, FuncResolveFieldContextUTP, TaskObject, String) (Inherited from ComplexGraphTypeObject.)
Public methodFieldDelegate``1 (Inherited from ComplexGraphTypeObject.)
Public methodFieldSubscribe``1 (Inherited from ComplexGraphTypeObject.)
Public methodFieldSubscribeAsync``1 (Inherited from ComplexGraphTypeObject.)
Protected methodFinalize (Inherited from Object.)
Public methodGetField (Inherited from ComplexGraphTypeObject.)
Public methodGetHashCode (Inherited from GraphType.)
Public methodGetMetadata``1 (Inherited from GraphType.)
Public methodGetType (Inherited from Object.)
Public methodHasField (Inherited from ComplexGraphTypeObject.)
Public methodHasMetadata (Inherited from GraphType.)
Public methodInterface(Type) (Inherited from ObjectGraphTypeObject.)
Public methodInterface``1 (Inherited from ObjectGraphTypeObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference