Define GraphQL sort type based on SortOptions
Inheritance Hierarchy
GraphType
ComplexGraphTypeIEnumerableGraphqlSort
InputObjectGraphTypeIEnumerableGraphqlSort
NReco.GraphQL.ConfigurationGraphqlSortType
Namespace: NReco.GraphQL.Configuration
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The GraphqlSortType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GraphqlSortType |
Initializes a new instance of the GraphqlSortType with applying sort options SortOptions |
Properties
Name | Description | |
---|---|---|
![]() | DeprecationReason | (Inherited from GraphType.) |
![]() | Description | (Inherited from GraphType.) |
![]() | Fields | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | Metadata | (Inherited from GraphType.) |
![]() | Name | (Inherited from GraphType.) |
Methods
Name | Description | |
---|---|---|
![]() | AddField | (Inherited from InputObjectGraphTypeIEnumerableGraphqlSort.) |
![]() | CollectTypes | (Inherited from GraphType.) |
![]() | Connection``1 | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | Equals(IGraphType) | (Inherited from GraphType.) |
![]() | Equals(Object) | (Inherited from GraphType.) |
![]() | Field(Type, String, String, QueryArguments, FuncResolveFieldContextUTP, Object, String) | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | Field``1 | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | Field``1(ExpressionFuncUTP, UMP, Boolean, Type) | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | Field``1(String, ExpressionFuncUTP, UMP, Boolean, Type) | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | Field``1(String, String, QueryArguments, FuncResolveFieldContextUTP, Object, String) | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | Field``2(String) | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | FieldAsync(Type, String, String, QueryArguments, FuncResolveFieldContextUTP, TaskObject, String) | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | FieldAsync``1(String, String, QueryArguments, FuncResolveFieldContextUTP, TaskObject, String) | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | FieldAsync``1(String, String, QueryArguments, FuncResolveFieldContextUTP, TaskObject, String) | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | FieldDelegate``1 | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | FieldSubscribe``1 | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | FieldSubscribeAsync``1 | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetField | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | GetHashCode | (Inherited from GraphType.) |
![]() | GetMetadata``1 | (Inherited from GraphType.) |
![]() | GetType | (Inherited from Object.) |
![]() | HasField | (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.) |
![]() | HasMetadata | (Inherited from GraphType.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also