Strise Connect API Docs
TypesObjects

PageInfo

No description

type PageInfo {
  size: Int!
  offset: Int!
  totalSize: Int!
  nextPageOffset: Int!
}

Fields

size Int! non-null scalar

Int! The page size

offset Int! non-null scalar

Int! The page offset

totalSize Int! non-null scalar

Int! The total number of elements

nextPageOffset Int! non-null scalar

Int! The offset pointing to the next page. 0 if there are no more pages.

Member Of

AlertConnection object ConnectPortfolioCompaniesConnection object PrivatePersonSearchConnection object

On this page