PaginationOptionsOffsetName Property

NReco.GraphQL Class Library Documentation
Name of the 'offset' argument that can be used in GraphQL query. Default value is "offset" (see https://graphql.org/learn/pagination/)

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

public string OffsetName { get; set; }

Property Value

Type: String
See Also

Reference