Define and prepare Schema based on configuration (GraphqlConfiguration)
Inheritance Hierarchy
GraphType
ComplexGraphTypeObject
ObjectGraphTypeObject
NReco.GraphQLGraphqlQuerySchema
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 ComplexGraphTypeObject.) | |
| Interfaces | (Inherited from ObjectGraphTypeObject.) | |
| IsTypeOf | (Inherited from ObjectGraphTypeObject.) | |
| Metadata | (Inherited from GraphType.) | |
| Name | (Inherited from GraphType.) | |
| ResolvedInterfaces | (Inherited from ObjectGraphTypeObject.) |
Methods
| Name | Description | |
|---|---|---|
| AddField | (Inherited from ComplexGraphTypeObject.) | |
| AddResolvedInterface | (Inherited from ObjectGraphTypeObject.) | |
| CollectTypes | (Inherited from GraphType.) | |
| Connection``1 | (Inherited from ComplexGraphTypeObject.) | |
| Equals(IGraphType) | (Inherited from GraphType.) | |
| Equals(Object) | (Inherited from GraphType.) | |
| Field(Type, String, String, QueryArguments, FuncResolveFieldContextUTP, Object, String) | (Inherited from ComplexGraphTypeObject.) | |
| Field``1 | (Inherited from ComplexGraphTypeObject.) | |
| Field``1(ExpressionFuncUTP, UMP, Boolean, Type) | (Inherited from ComplexGraphTypeObject.) | |
| Field``1(String, ExpressionFuncUTP, UMP, Boolean, Type) | (Inherited from ComplexGraphTypeObject.) | |
| Field``1(String, String, QueryArguments, FuncResolveFieldContextUTP, Object, String) | (Inherited from ComplexGraphTypeObject.) | |
| Field``2(String) | (Inherited from ComplexGraphTypeObject.) | |
| FieldAsync(Type, String, String, QueryArguments, FuncResolveFieldContextUTP, TaskObject, String) | (Inherited from ComplexGraphTypeObject.) | |
| FieldAsync``1(String, String, QueryArguments, FuncResolveFieldContextUTP, TaskObject, String) | (Inherited from ComplexGraphTypeObject.) | |
| FieldAsync``1(String, String, QueryArguments, FuncResolveFieldContextUTP, TaskObject, String) | (Inherited from ComplexGraphTypeObject.) | |
| FieldDelegate``1 | (Inherited from ComplexGraphTypeObject.) | |
| FieldSubscribe``1 | (Inherited from ComplexGraphTypeObject.) | |
| FieldSubscribeAsync``1 | (Inherited from ComplexGraphTypeObject.) | |
| Finalize | (Inherited from Object.) | |
| GetField | (Inherited from ComplexGraphTypeObject.) | |
| GetHashCode | (Inherited from GraphType.) | |
| GetMetadata``1 | (Inherited from GraphType.) | |
| GetType | (Inherited from Object.) | |
| HasField | (Inherited from ComplexGraphTypeObject.) | |
| HasMetadata | (Inherited from GraphType.) | |
| Interface(Type) | (Inherited from ObjectGraphTypeObject.) | |
| Interface``1 | (Inherited from ObjectGraphTypeObject.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also