InsulinRecord
A single row containing information about insulin doses.
Part of the BloodSugarInsulinReport.
type InsulinRecord {
entries: [Float]!
name: String!
}
Fields
InsulinRecord.entries ● [Float]! non-null scalar
List of insulin doses (cells). Array contains one element per day.
Elements can be null if there is no measurement for this day.
InsulinRecord.name ● String! non-null scalar
Name of the insulin brand.
Member Of
BloodSugarInsulinRecord object