Skip to main content

ActionPlanEntryInput

Input for a single action plan entry

input ActionPlanEntryInput {
actions: String
benefit: BenefitPositionID
id: ClientActionPlanEntryID
name: String
timeOfDay: TimeOfDayType
}

Fields

ActionPlanEntryInput.actions ● String scalar

Actions for the given benefit, in free text

ActionPlanEntryInput.benefit ● BenefitPositionID scalar

Shows benefit id of the . Valid only for benefit entries.

ActionPlanEntryInput.id ● ClientActionPlanEntryID scalar

Unique identifier

ActionPlanEntryInput.name ● String scalar

Shows the name of the prophylaxis. Valid only for prophylaxis entries.

ActionPlanEntryInput.timeOfDay ● TimeOfDayType enum

Shows time of day of the entry. Valid only for prophylaxis entries.

Member Of

CreateActionPlanDraftInput input