CodesResultEdge

The CodesResultEdge type represents a result edge in objects of the CodesResult type.

Schema

 

 

type CodesResultEdge implements SearchResultEdge {

    node: Code!

    cursor: String!

    relevance: Float!

}

 

 

Field

Type

Description

node

Code!

Result Code entity.

cursor

String!

Unique identifier of the current result.

relevance

Float!

Query relevancy score of the current result.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0