SuggestionsResult

The SuggestionsResult type represents a result in the response of a suggestions query.

Schema

 

 

type SuggestionsResult implements SearchResult {

    totalCount: Int

    pageInfo: PageInfo

    edges: [SuggestionsResultEdge]

}

 

 

Field

Type

Description

totalCount

Int

Total amount of results for the suggestions query.

pageInfo

pageInfo

Pagination metadata for the query.

edges

[SuggestionsResultEdge]

List of results for the query.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0