PaginationOptions Class

NReco.GraphQL Class Library Documentation
Options for pagination options in GraphQL queries.
Inheritance Hierarchy

SystemObject
  NReco.GraphQL.ConfigurationPaginationOptions

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

public class PaginationOptions

The PaginationOptions type exposes the following members.

Constructors

  NameDescription
Public methodPaginationOptions
Initializes a new instance of the PaginationOptions class
Top
Properties

  NameDescription
Public propertyArgumentNameForFirst
Name of the 'first' argument that can be used in GraphQL query. Default value is "first" (see https://graphql.org/learn/pagination/).
Public propertyEnabled
Enables ability to use pagination arguments in the query. Default value is true.
Public propertyOffsetName
Name of the 'offset' argument that can be used in GraphQL query. Default value is "offset" (see https://graphql.org/learn/pagination/)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference