ActivitiesResultEdge

The ActivitiesResultEdge type represents a result edge in objects of the ActivitiesResult type.

Schema

 

 

type ActivitiesResultEdge implements SearchResultEdge {

    node: Activity!

    cursor: String!

    relevance: Float!

    distance: Float!

}

 

 

Field

Type

Description

node

Activity!

Result Activity entity.

cursor

String!

Unique identifier of the current result.

relevance

Float!

Query relevancy score of the current result.

distance

Float!

Query distance score value of the current result. This is "0" if geolocation parameter is not passed.

 

 

 

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0