PageInfo
Metadata used when paging over a list of items
type PageInfo {
  endCursor: String
  hasNextPage: Boolean!
}
Fields
PageInfo.endCursor ● String scalar
When paging forward, this cursor is used to continue. It should be the cursor belonging to the last item in the previous page
PageInfo.hasNextPage ● Boolean! non-null scalar
When paging forward, this flag indicates whether there are more items in the list
Member Of
BenefitsProgramsResults object ● BenefitTemplatesResults object ● IndividualsResults object ● OrganizationsResults object ● TransactionResults object