OBJECT

SearchResultPageInfo

SearchResultPageInfo provides navigation for the query response

link GraphQL Schema definition

  • type SearchResultPageInfo {
  • # Specifies the maximum number of items to return
  • page_size: Int
  • # Specifies which page of results to return
  • current_page: Int
  • }