SearchResultEdge

The SearchResultEdge interface represents a generic result entry wrapping the result node (result payload) along with some additional metadata, such as the node cursor (result position in the query) and the result relevance (query score).

Schema

 

 

interface SearchResultEdge {

    node: SearchResultNode

    cursor: String

    relevance: Float

}

 

 

Field

Type

Description

node

SearchResultNode

Result node containing the result data payload.

cursor

String

Result position among the full query results.

relevance

Float

Score of the result in the input query context.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0