Disease

The Disease type represents a disease entity wrapped by a review result (object of the ReviewsResult type) retrieved by a reviews query, and a disease in an object of the Review type.

Schema

 

 

type Disease {

    id: Int

    name: String

}

 

 

Field

Type

Description

id

Int

ID of disease.

name

String

Name of disease.

 

   

Availability

HealthCare Locator SDK 1.2.15 and higher

GraphQL Activity API 2.0