WorkplacesResultEdge

The WorkplacesResultEdge type represents a result edge in objects of the WorkplacesResult type.

Schema

 

 

type WorkplacesResultEdge implements SearchResultEdge {

    node: Workplace!

    cursor: String!

    relevance: Float!

    distance: Float!

}

 

 

Field

Type

Description

node

Workplace!

Result Workplace 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