ActionPlanBenefitEntry
A single entry as a part of the action plan
type ActionPlanBenefitEntry implements ActionPlanEntry {
actions: String
benefit: Benefit!
cycle: Cycle!
id: ClientActionPlanEntryID!
timeOfDay: TimeOfDayType!
}
Fields
ActionPlanBenefitEntry.actions ● String scalar
Actions for the given benefit, in free text
ActionPlanBenefitEntry.benefit ● Benefit! non-null interface
Shows which benefit the entry is corresponding to
ActionPlanBenefitEntry.cycle ● Cycle! non-null scalar
Shows the cycle of the benefit execution
ActionPlanBenefitEntry.id ● ClientActionPlanEntryID! non-null scalar
Unique identifier
ActionPlanBenefitEntry.timeOfDay ● TimeOfDayType! non-null enum
Shows time of day of the entry
Interfaces
ActionPlanEntry interface
A single entry as a part of the action plan