IndividualsResult

The IndividualsResult type represents a result in the response of an individuals query.

Schema

 

 

type IndividualsResult implements SearchResult  {

    totalCount: Int

    pageInfo: PageInfo

    edges: [IndividualsResultEdge]

}

 

 

Field

Type

Description

totalCount

Int

Total amount of results for the individuals query.

pageInfo

pageInfo

Pagination metadata for the query.

edges

[IndividualsResultEdge]

List of results for the query.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0