Measurement
Represents measurements of different types
type Measurement {
unit: String!
value: String!
}
Fields
Measurement.unit ● String! non-null scalar
The unit of measurement (e.g., "kg", "°C", "mmol/L", "bpm", "%").
Measurement.value ● String! non-null scalar
The numeric value of the measurement as a string.
Member Of
BloodPressureMeasurement object ● VitalEntry object