BenefitCalendarEntry
Contains data for a single benefit calendar entry
type BenefitCalendarEntry {
benefitData: Treatment!
date: Date!
id: BenefitCalendarEntryID!
timeOfDay: TimeOfDayType!
}
Fields
BenefitCalendarEntry.benefitData ● Treatment! non-null object
Contains data about a single treatment.
BenefitCalendarEntry.date ● Date! non-null scalar
Date of the current benefit calendar entry.
BenefitCalendarEntry.id ● BenefitCalendarEntryID! non-null scalar
Unique identifier
BenefitCalendarEntry.timeOfDay ● TimeOfDayType! non-null enum
The valid units of the times of day.
Member Of
Client object