Define and prepare Schema based on configuration (GraphqlConfiguration)
Inheritance Hierarchy
GraphType
ComplexGraphType<Object>
ObjectGraphType<Object>
NReco.GraphQL.GraphqlQuerySchema
Namespace: NReco.GraphQL
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The GraphqlQuerySchema type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GraphqlQuerySchema |
Initialize GraphQL object (Schema) based on described configuration GraphqlConfiguration
Initialize GraphQL object, object list and related object/object list
|
Properties
Name | Description | |
---|---|---|
![]() | DeprecationReason | (Inherited from GraphType.) |
![]() | Description | (Inherited from GraphType.) |
![]() | Fields | (Inherited from ComplexGraphType<Object>.) |
![]() | Interfaces | (Inherited from ObjectGraphType<Object>.) |
![]() | IsTypeOf | (Inherited from ObjectGraphType<Object>.) |
![]() | Metadata | (Inherited from GraphType.) |
![]() | Name | (Inherited from GraphType.) |
![]() | ResolvedInterfaces | (Inherited from ObjectGraphType<Object>.) |
Methods
Name | Description | |
---|---|---|
![]() | AddField | (Inherited from ComplexGraphType<Object>.) |
![]() | AddResolvedInterface | (Inherited from ObjectGraphType<Object>.) |
![]() | CollectTypes | (Inherited from GraphType.) |
![]() | Connection``1 | (Inherited from ComplexGraphType<Object>.) |
![]() | Equals(IGraphType) | (Inherited from GraphType.) |
![]() | Equals(Object) | (Inherited from GraphType.) |
![]() | Field(Type, String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Object>, String) | (Inherited from ComplexGraphType<Object>.) |
![]() | Field``1() | (Inherited from ComplexGraphType<Object>.) |
![]() | Field``1(Expression<Func<UTP, UMP>>, Boolean, Type) | (Inherited from ComplexGraphType<Object>.) |
![]() | Field``1(String, Expression<Func<UTP, UMP>>, Boolean, Type) | (Inherited from ComplexGraphType<Object>.) |
![]() | Field``1(String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Object>, String) | (Inherited from ComplexGraphType<Object>.) |
![]() | Field``2(String) | (Inherited from ComplexGraphType<Object>.) |
![]() | FieldAsync(Type, String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Task<Object>>, String) | (Inherited from ComplexGraphType<Object>.) |
![]() | FieldAsync``1(String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Task<Object>>, String) | (Inherited from ComplexGraphType<Object>.) |
![]() | FieldAsync``1(String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Task<Object>>, String) | (Inherited from ComplexGraphType<Object>.) |
![]() | FieldDelegate``1 | (Inherited from ComplexGraphType<Object>.) |
![]() | FieldSubscribe``1 | (Inherited from ComplexGraphType<Object>.) |
![]() | FieldSubscribeAsync``1 | (Inherited from ComplexGraphType<Object>.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetField | (Inherited from ComplexGraphType<Object>.) |
![]() | GetHashCode | (Inherited from GraphType.) |
![]() | GetMetadata``1 | (Inherited from GraphType.) |
![]() | GetType | (Inherited from Object.) |
![]() | HasField | (Inherited from ComplexGraphType<Object>.) |
![]() | HasMetadata | (Inherited from GraphType.) |
![]() | Interface(Type) | (Inherited from ObjectGraphType<Object>.) |
![]() | Interface``1() | (Inherited from ObjectGraphType<Object>.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also