InsulinValueInput
BenefitValueInput variant used for benefits of variant INSULIN.
input InsulinValueInput {
noInsulinNeeded: Boolean
timeOfDay: LocalDateTime!
values: [InsulinValueDoseInput!]
}
Fields
InsulinValueInput.noInsulinNeeded ● Boolean scalar
Set to true, if no insulin is needed for today.
InsulinValueInput.timeOfDay ● LocalDateTime! non-null scalar
The time of day when the insulin value has been provided to the client
InsulinValueInput.values ● [InsulinValueDoseInput!] list input
All doses given with this value.
Member Of
BenefitValueInput input