PageInfo

The PageInfo type represents the pagination metadata in objects of the ActivitiesResult, CodesResult, and IndividualsResult types.

Schema

 

 

type PageInfo {

    endCursor: String

    hasNextPage: Boolean

}

 

 

Field

Type

Description

endCursor

String

Last cursor of the current page.

hasNextPage

Boolean

If a next page is available for the query.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0