Options for pagination options in GraphQL queries.
Inheritance Hierarchy
NReco.GraphQL.ConfigurationPaginationOptions
Namespace: NReco.GraphQL.Configuration
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The PaginationOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PaginationOptions | Initializes a new instance of the PaginationOptions class |
Properties
Name | Description | |
---|---|---|
ArgumentNameForFirst |
Name of the 'first' argument that can be used in GraphQL query. Default value is "first" (see https://graphql.org/learn/pagination/).
| |
Enabled |
Enables ability to use pagination arguments in the query. Default value is true.
| |
OffsetName |
Name of the 'offset' argument that can be used in GraphQL query. Default value is "offset" (see https://graphql.org/learn/pagination/)
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also