Define GraphQL object based on Schema description
Inheritance Hierarchy
GraphType
ComplexGraphType<IDictionary<String, Object>>
ObjectGraphType<IDictionary<String, Object>>
NReco.GraphQL.GraphqlObjectType
Namespace: NReco.GraphQL
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The GraphqlObjectType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GraphqlObjectType(ObjectSchema) |
Initialize ObjectGraphType object based on described Schema ObjectSchema |
![]() | GraphqlObjectType(ObjectSchema, GraphqlDbAdapterOptions) |
Initialize ObjectGraphType object based on described Schema ObjectSchema and apply GraphqlDbAdapterOptions options
|
Properties
Name | Description | |
---|---|---|
![]() | DeprecationReason | (Inherited from GraphType.) |
![]() | Description | (Inherited from GraphType.) |
![]() | Fields | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | Interfaces | (Inherited from ObjectGraphType<IDictionary<String, Object>>.) |
![]() | IsTypeOf | (Inherited from ObjectGraphType<IDictionary<String, Object>>.) |
![]() | Metadata | (Inherited from GraphType.) |
![]() | Name | (Inherited from GraphType.) |
![]() | ResolvedInterfaces | (Inherited from ObjectGraphType<IDictionary<String, Object>>.) |
![]() | TableArgs |
Get or Set possible Schema object arguments
Preset: all described fields from ObjectSchema
Might be preset (depends on construtor params): sort/filter/pagination key-words from GraphqlDbAdapterOptions |
Methods
Name | Description | |
---|---|---|
![]() | AddField | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | AddResolvedInterface | (Inherited from ObjectGraphType<IDictionary<String, Object>>.) |
![]() | CollectTypes | (Inherited from GraphType.) |
![]() | Connection``1 | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | Equals(IGraphType) | (Inherited from GraphType.) |
![]() | Equals(Object) | (Inherited from GraphType.) |
![]() | Field(Type, String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Object>, String) | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | Field``1() | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | Field``1(Expression<Func<UTP, UMP>>, Boolean, Type) | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | Field``1(String, Expression<Func<UTP, UMP>>, Boolean, Type) | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | Field``1(String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Object>, String) | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | Field``2(String) | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | FieldAsync(Type, String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Task<Object>>, String) | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | FieldAsync``1(String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Task<Object>>, String) | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | FieldAsync``1(String, String, QueryArguments, Func<ResolveFieldContext<UTP>, Task<Object>>, String) | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | FieldDelegate``1 | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | FieldSubscribe``1 | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | FieldSubscribeAsync``1 | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetField | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | GetHashCode | (Inherited from GraphType.) |
![]() | GetMetadata``1 | (Inherited from GraphType.) |
![]() | GetType | (Inherited from Object.) |
![]() | HasField | (Inherited from ComplexGraphType<IDictionary<String, Object>>.) |
![]() | HasMetadata | (Inherited from GraphType.) |
![]() | Interface(Type) | (Inherited from ObjectGraphType<IDictionary<String, Object>>.) |
![]() | Interface``1() | (Inherited from ObjectGraphType<IDictionary<String, Object>>.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also