INPUT_OBJECT

Pagination

Description

Pagination parameters.

link GraphQL Schema definition

  • input Pagination {
  • # Number of elements to include in the page.
  • limit: Int
  • # Page should contain elements that come after the offset.
  • offset: Int
  • }