The PaginationOptions type exposes the following members.
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/)
|
See Also