ActionPlan
Common properties for all action plans
interface ActionPlan {
createdAt: LocalDateTime!
entries(
timeOfDay: TimeOfDayType
): [ActionPlanEntry!]!
}
Fields
ActionPlan.createdAt ● LocalDateTime! non-null scalar
Creation date and time of the action plan
ActionPlan.entries ● [ActionPlanEntry!]! non-null interface
All entries of the action plan. Can be filtered by time of day
ActionPlan.entries.timeOfDay ● TimeOfDayType enum
Implemented By
CompletedActionPlan object ● DraftActionPlan object