INPUT_OBJECT

Paginator

Used to paginate through results.

link GraphQL Schema definition

  • input Paginator {
  • # The page of results to display.
  • page: Int!
  • # The number of records displayed per page.
  • records_per_page: Int!
  • }

link Require by