TimeRecord
A single row containing information about the time of the measurement.
Part of the BloodSugarInsulinReport.
type TimeRecord {
entries: [LocalDateTime]!
}
Fields
TimeRecord.entries ● [LocalDateTime]! non-null scalar
List of times the measurement was done. Array contains one element per day.
Elements can be null if there is no measurement for this day.
Member Of
BloodSugarInsulinRecord object