GraphqlQuerySchema Class

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

System.Object
  GraphType
    ComplexGraphType<Object>
      ObjectGraphType<Object>
        NReco.GraphQL.GraphqlQuerySchema

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 ComplexGraphType<Object>.)
Public propertyInterfaces (Inherited from ObjectGraphType<Object>.)
Public propertyIsTypeOf (Inherited from ObjectGraphType<Object>.)
Public propertyMetadata (Inherited from GraphType.)
Public propertyName (Inherited from GraphType.)
Public propertyResolvedInterfaces (Inherited from ObjectGraphType<Object>.)
Top
Methods

  NameDescription
Public methodAddField (Inherited from ComplexGraphType<Object>.)
Public methodAddResolvedInterface (Inherited from ObjectGraphType<Object>.)
Public methodCollectTypes (Inherited from GraphType.)
Public methodConnection``1 (Inherited from ComplexGraphType<Object>.)
Protected methodEquals(IGraphType) (Inherited from GraphType.)
Public methodEquals(Object) (Inherited from GraphType.)
Public methodField(Type, String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Object>, String) (Inherited from ComplexGraphType<Object>.)
Public methodField``1() (Inherited from ComplexGraphType<Object>.)
Public methodField``1(Expression<Func<UTP, UMP>>, Boolean, Type) (Inherited from ComplexGraphType<Object>.)
Public methodField``1(String, Expression<Func<UTP, UMP>>, Boolean, Type) (Inherited from ComplexGraphType<Object>.)
Public methodField``1(String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Object>, String) (Inherited from ComplexGraphType<Object>.)
Public methodField``2(String) (Inherited from ComplexGraphType<Object>.)
Public methodFieldAsync(Type, String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Task<Object>>, String) (Inherited from ComplexGraphType<Object>.)
Public methodFieldAsync``1(String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Task<Object>>, String) (Inherited from ComplexGraphType<Object>.)
Public methodFieldAsync``1(String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Task<Object>>, String) (Inherited from ComplexGraphType<Object>.)
Public methodFieldDelegate``1 (Inherited from ComplexGraphType<Object>.)
Public methodFieldSubscribe``1 (Inherited from ComplexGraphType<Object>.)
Public methodFieldSubscribeAsync``1 (Inherited from ComplexGraphType<Object>.)
Protected methodFinalize (Inherited from Object.)
Public methodGetField (Inherited from ComplexGraphType<Object>.)
Public methodGetHashCode (Inherited from GraphType.)
Public methodGetMetadata``1 (Inherited from GraphType.)
Public methodGetType (Inherited from Object.)
Public methodHasField (Inherited from ComplexGraphType<Object>.)
Public methodHasMetadata (Inherited from GraphType.)
Public methodInterface(Type) (Inherited from ObjectGraphType<Object>.)
Public methodInterface``1() (Inherited from ObjectGraphType<Object>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference