Last updated

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

OptionTypeDescription
hidePaginationButtonsbooleanControls 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
  • pagination - Controls the pagination of the GraphQL documentation.
  • graphql - Learn more about using graphql configuration.

Resources