SearchResult

The SearchResult interface represents a generic result wrapper for queries retrieving a set of results, such as activities, codesByLabel, individuals, suggestions and workplaces.

Schema

 

 

interface SearchResult {

    totalCount: Int

    pageInfo: PageInfo

    edges: [SearchResultEdge]

}

 

 

Field

Type

Description

totalCount

Int

First index of the records first element .

pageInfo

PageInfo

Number of results fetched in the list.

edges

[SearchResultEdge]

A list of edges containing the result nodes along with additional metadata.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0