ActivitiesResult

The ActivitiesResult type represents a result in the response of an activities query.

Schema

 

 

type ActivitiesResult implements SearchResult {

    totalCount: Int

    pageInfo: PageInfo

    edges: [ActivitiesResultEdge]

}

 

 

Field

Type

Description

totalCount

Int

Total amount of results for the activities query.

pageInfo

pageInfo

Pagination metadata for the query.

edges

[ActivitiesResultEdge]

List of results for the query.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0