INPUT_OBJECT

SellerSearchPaginationInput

Advert search arguments for controlling pagination. NOTE: As of the 3rd of Sept. 2019, These arguments are deprecated in favour of using cursor-based pagination per the Relay spec and will be removed at the end of Sept. 2019.

link GraphQL Schema definition

  • input SellerSearchPaginationInput {
  • # Which page of the results you want to display.
  • currentPage: Int
  • # How many results you want per page.
  • resultsPerPage: Int
  • }