Skip to main content

CreateActionPlanDraftInput

Input for the creation of an action plan

input CreateActionPlanDraftInput {
clientId: ClientID!
entries: [ActionPlanEntryInput!]!
keyMessage: String!
}

Fields

CreateActionPlanDraftInput.clientId ● ClientID! non-null scalar

ID of the client

CreateActionPlanDraftInput.entries ● [ActionPlanEntryInput!]! non-null input

All entries of the action plan. Can be filtered by time of day

CreateActionPlanDraftInput.keyMessage ● String! non-null scalar

Single key message for the action plan, in free text

Member Of

createActionPlanDraft mutation