GraphqlSortType Class

NReco.GraphQL Class Library Documentation
Define GraphQL sort type based on SortOptions
Inheritance Hierarchy

SystemObject
  GraphType
    ComplexGraphTypeIEnumerableGraphqlSort
      InputObjectGraphTypeIEnumerableGraphqlSort
        NReco.GraphQL.ConfigurationGraphqlSortType

Namespace:  NReco.GraphQL.Configuration
Assembly:  NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax

public class GraphqlSortType : InputObjectGraphType<IEnumerable<GraphqlSort>>

The GraphqlSortType type exposes the following members.

Constructors

  NameDescription
Public methodGraphqlSortType
Initializes a new instance of the GraphqlSortType with applying sort options SortOptions
Top
Properties

  NameDescription
Public propertyDeprecationReason (Inherited from GraphType.)
Public propertyDescription (Inherited from GraphType.)
Public propertyFields (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public propertyMetadata (Inherited from GraphType.)
Public propertyName (Inherited from GraphType.)
Top
Methods

  NameDescription
Public methodAddField (Inherited from InputObjectGraphTypeIEnumerableGraphqlSort.)
Public methodCollectTypes (Inherited from GraphType.)
Public methodConnection``1 (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Protected methodEquals(IGraphType) (Inherited from GraphType.)
Public methodEquals(Object) (Inherited from GraphType.)
Public methodField(Type, String, String, QueryArguments, FuncResolveFieldContextUTP, Object, String) (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodField``1 (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodField``1(ExpressionFuncUTP, UMP, Boolean, Type) (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodField``1(String, ExpressionFuncUTP, UMP, Boolean, Type) (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodField``1(String, String, QueryArguments, FuncResolveFieldContextUTP, Object, String) (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodField``2(String) (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodFieldAsync(Type, String, String, QueryArguments, FuncResolveFieldContextUTP, TaskObject, String) (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodFieldAsync``1(String, String, QueryArguments, FuncResolveFieldContextUTP, TaskObject, String) (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodFieldAsync``1(String, String, QueryArguments, FuncResolveFieldContextUTP, TaskObject, String) (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodFieldDelegate``1 (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodFieldSubscribe``1 (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodFieldSubscribeAsync``1 (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Protected methodFinalize (Inherited from Object.)
Public methodGetField (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodGetHashCode (Inherited from GraphType.)
Public methodGetMetadata``1 (Inherited from GraphType.)
Public methodGetType (Inherited from Object.)
Public methodHasField (Inherited from ComplexGraphTypeIEnumerableGraphqlSort.)
Public methodHasMetadata (Inherited from GraphType.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference