hidePaginationButtons
The hidePaginationButtons
option allows you to hide the previous
and next
page buttons of the GraphQL documentation. This is useful for single-page applications where you want to control the pagination programmatically.
Options
Option | Type | Description |
---|---|---|
hidePaginationButtons | boolean | Controls the pagination buttons visibility. Default value is false |
Examples
The following example hides the pagination buttons of the GraphQL documentation.
redocly.yaml
graphql: hidePaginationButtons: true
Related options
- graphql - Learn more about using
graphql
configuration.